Description |
SQL is a very powerful programming and database language that is widely used in business today. For example, SQL can be used to perform interactive database queries as well as to extract data from a server and pass that data to a Java applet running on a client PC. SQL is frequently used in AS/400 high level languages as an alternate means to access the database.
This course is designed to teach AS/400 programmers and users how to access AS/400 database files using the SQL language. Students will learn how to create, maintain and query the database using the interactive SQL interface and Operations Navigator.
Query Manager, a tool for SQL users, that allows you to design and store SQL queries, will also be covered. |
Objectives |
After attending this class, the student should be able to:
* use Data Definition Language (DDL) to describe tables and views
* use UPDATE, INSERT, ALTER and DELETE to modify SQL tables
* use the SELECT statement to extract data from tables and views
* code SQL queries that include column and scalar functions
* code SQL queries that include inner and outer joins
* use SQL Query Manager to design and maintain SQL queries |