This course is not scheduled.
Overview
| Course code | CE121NZ | Delivery type | Classroom
(Hands-on labs) |
|---|---|---|---|
| Duration | 2.0 days | Course type | Public or Private on-site |
| Public price |
NZD $2,200.00 ex GST
NZD $2,530.00 inc GST |
This course provides an introduction to the SQL language.
This course is appropriate for customers working in all DB2 environments, namely, z/OS, VM/VSE, iSeries, Linux, UNIX, and Windows.
View this course in other countries
Roadmaps that contain this course are:
Audience
This basic course is for everyone who needs to write, support, or understand SQL queries. This includes but is not limited to end-users, programmers, application designers, database administrators, and system administrators who do not yet have a knowledge of the SQL Data Manipulation Language (DML).
Prerequisites
You should have:
- Basic computer literacy
- Basic editing skills
Database skills are not required.
Objectives
- Code SQL statements to retrieve data from a DB2 table, including the SELECT, FROM, WHERE, GROUP BY, HAVING and ORDER BY clauses
- Code inner joins and non-correlated subqueries
- Use SQL arithmetic operations
- Use scalar and column functions
- Use UNION and UNION ALL
- INSERT, UPDATE and DELETE rows
- Code simple CREATE TABLE and CREATE VIEW statements
Course outline
- Introduction
- Simple SQL Queries
- Retrieving Data from Multiple Tables
- Scalar Functions and Arithmetic
- Column Functions and Grouping
- UNION and UNION ALL
- Using Subqueries
- Maintaining data