|
Outline
I DB2 Concepts
DB2 Environment Data Structures Structured Query Language Application Processes Concurrency and Recovery DB2 Interactive Workshop
II. Basic Single Table SQL
Data Retrieval Result tables SELECT Statement Structure Selecting Columns: SELECT Selecting Rows using: WHERE Using Functions and Expressions
Ordering the result table rows: ORDER BY Merging intermediate results: UNION Special Registers Workshop
III. Working with Multiple Tables
Joining Data from multiple Tables Inner join Full Outer Join Left Outer Join Right Outer Join Using multiple join types in a Query Nested Table Expressions Workshop
IV. Summary Processing
Summary results: GROUP BY Limiting Groups: HAVING Using Subqueries How to code subqueries Correlated subqueries Non-correlated subqueries Workshop
V. Data Modification
VI. Introduction to Performance
What is the Optimizer? Predicate Types (Indexable, Stage 1 and Stage 2) Access Paths and how they work Explain - the Basics Workshop
|