Computer Business International, Inc., is an on-site or virtual, hands-on instructor led
Db2 for z/OS education, training and consulting company
with over 30 years of Db2 experience.
5605 Riggins CT., Suite 200 Reno, NV 89502
Introduction to SQL
This Instructor led class introduces the Structured Query Language (SQL)
Duration: Two day, Instructor led in-house class or Virtual Class led by instructor.
Audience: This course is primarily directed toward new users of SQL basic coding.
Prerequisites: Basic computer concepts. Some experience with WinSQL, or AQT or Crystal or Data Studio is helpful.
Workshops:Hands on Labs will be used to run class problems coded by the students.
Course Objectives:After successful completion of this course, the student will be able to write, run and evaluate basic SQL statements.
Introduction to SQL - Structured Query Language Class Outline:
Building and Using Tables:
RDBMS concepts
Overview Data Modeling
Overview of Database Structure
Basic structure of Tables
Rows and Columns in a Table
Columns Data Types and Lengths
Working with Data Definition Language
How to CREATE a Table
Syntax of the CREATE statement
What are Indexes?
Row Data and Indexes
Primary Keys and Uniqueness
Rows, Columns and SQL
How they work in a SELECT statement
Examples of SELECT statements
- Labs for CREATE of Tables
How to get data into your table
INSERT command structure
Examples of INSERT commands
- Labs for INSERTing data
A VIEW and its uses
- Labs for CREATE a VIEW
Finding names of tables in your system
Review Questions
Lab Exercises Review
SQL (Structured Query Language):
Basic data structures
Overview on object relationship: Database, table space, table, indexes