You are on page 1of 4

Course code: CE121

DB2 SQL Workshop

© Copyright IBM Corporation 2010, 2013


Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 7.0
Course objectives
After completing this course, you should be able to:
• 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
• Use SQL arithmetic operations
• Use scalar and column functions
• Use UNION and UNION ALL
• Code SQL statements to INSERT, UPDATE and DELETE
rows
• Code simple CREATE TABLE and CREATE VIEW statements
© Copyright IBM Corporation 2010, 2013
Agenda
• Day 1 • Day 2
– Welcome • Exercise Review
– Introduction – Column Functions and Grouping
– Simple SQL Queries • Exercise 4
• Exercise 1 • Exercise Review
• Exercise Review – Union
– Retrieving Data from Multiple • Exercise 5
Tables • Exercise Review
• Exercise 2 – Using Subqueries
• Exercise Review • Exercise 6
– Scalar Functions and Arithmetic • Exercise Review
• Exercise 3 – Maintaining Data
• Exercise 7
• Exercise Review

© Copyright IBM Corporation 2010, 2013


Introductions
• Name
• Company
• Where you live
• Your job role
• Experience with relational database
• Do you meet the course prerequisites?
• Class expectations

© Copyright IBM Corporation 2010, 2013

You might also like