Orange Coast Database Associates
P.O. Box 6142
Laguna Niguel, CA 92607

Previous Page

949-489-1472 (Office)
800-355-9855 (Toll free)
http://www.ocdatabases.com

Accelerated training for working professionals

Orange Coast Database Associates, Inc.
Course Catalog (All Modalities)

Item IDCourse Title and DescriptionLength
SQL200Accelerated Introduction to SQL Class9.0 hrs
 Intensive hands-on introduction to standard SQL programming. Data manipulation, queries, data modification. Construction of tables, indexes and views. Constraints, etc. Can be taught using most major SQL platforms. No prior knowledge of SQL is assumed, although students should have some exposure to programming and/or use of other query systems (including Access).

Vendor-specific versions of this class are available. See SQL202 for Microsoft SQL Server, SQL201W for MySQL and SQL212 for Oracle.

 
Session 1Basic SQL Data Retrieval 
 
  • Relational database foundations
  • Basic SQL data retrieval operations, DML
  • SQL Select statement
  • SQL Predicates, SQL Where clause
  • Operators
  • Sorting
  • Calculated fields, Concatenation

 
Session 2SQL Functions, Multi-table Retrieval 
 
  • String Manipulation
  • Date Functions, Etc.
  • SQL Aggregate functions (SUM, AVG, etc.)
  • Group by
  • Having
  • Inner join, outer joins, self join
  • Single and multi-valued subqueries
  • Correlated subqueries
  • Unions

 
Session 3SQL Data Modification 
 
  • Action queries (MS Access)
  • Modifying data, Insert, Update, Delete
  • Creating tables and constraints, DDL
  • Modifying table design , ALTER
  • Creating Views and Indexes