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.d2associates.com

Accelerated training for working professionals

Microsoft Access and Relational Database Training
Course Catalog

Item IDCourse Title and DescriptionLength
SQL202Accelerated Introduction to SQL Using Microsoft SQL Server I9.0 hrs
 1 and 1/2 day introduction to Transact-SQL (T-SQL) used in Microsoft SQL Server (and Sybase). Same material as SQL200 as presented using Microsoft SQL Server. No prior knowledge of SQL is assumed, although some familiarity with programming concepts and query design is useful. Students will create their own portable script library during this course.

 
Session 1Introduction & Basic SQL Data Retrieval 
 
  • Relational database foundations
  • Using the Query Analyzer or Management Studio
  • 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