This two day SQL course introduces students to the basics
of Database Management Systems (DBMS) and application programming
using SQL. The course covers the SQL Data Definition Language
(DDL) used to define and create databases and tables, and
Data Manipulation Language (DML) used to manipulate data.
The SELECT construct and its operators are explained in
detail. Also covered are Update, Insert, and Delete constructs.
At the conclusion of this course participants will have
the skills necessary to do basic SQL programming.