[Plus Plus Pty Ltd]

Plus Plus Pty Ltd

Introduction to SQL - 1 day

Objectives

This course covers a basic understanding of database design, and how to use SQL to select and update data.

Expected outcomes

Upon successful completion of this course you will be able to:

Audience

This course is aimed at people who want to learn the basics of database design and SQL. Experience with SQL or programming is not necessary.

Prerequisites

Basic computer ability with a keyboard and mouse is needed.

Outline

Database design

Storing data
Relational databases
Database normalisation
Methods of accessing data
SQL and what it's for

Selecting data

Display data (SELECT .. FROM ...)
Choose particular data to display (field (column) names)
Conditions with WHERE
Sorting with the ORDER BY clause

Updating data

Inserting data (INSERT)
Updating existing data (UPDATE)
Deleting data (DELETE)

Sophisticated SELECTs

Joining multiple tables (JOIN)
Left joins and Right joins
Create sophisticated queries to group and total data (GROUP BY, HAVING)

Also available

Introduction to Programming (1 day)
Introduction to Perl (2 days)
Introduction to Python (2 days)
PL/SQL (2 days)


[ home ] [ training ] [ consulting ] [ development ] [ contact ]

Copyright © 2007 Plus Plus Pty Ltd
Last modified: 21 November 2007
[Christian]