Advanced SQL for DB2
Experience the Freedom of eLearning
- Start today with online video training
- Get questions answered by the instructor
- Receive course updates for one year
- Learn more with our expert instructors
| Preview this Course Here | Online eLearning Benefits | How to Purchase This Course |
|---|---|---|
|
Videos
There are several great features that come with this course. The Course Transcript tracks your progress and allows you to pick up where you left off. You can view or email your transcript. The course comes with documentation found in Downloads Tab. You have access to the course and all videos for 1 year. Full screen viewing option available (see icon on bottom right corner of video).
Start Learning Advanced SQL for DB2 Today!
List Price:
$700
Your Price:
$497
| Video Title | Minutes |
|---|---|
| 01: Review of SQL Fundamentals Part 1 | 32 |
| 02: Review of SQL Fundamentals Part 2 | 31 |
| 03: Review of SQL Fundamentals Part 3 | 26 |
| 04: Subqueries | 31 |
| 05: Two-dimensional Matrices | 27 |
| 06: Set Operations | 35 |
| 07: Advanced Types of Expressions | 29 |
| 08: Advanced Functions and Calculations Part 1 | 25 |
| 09: Advanced Functions and Calculations Part 2 | 24 |
| 10: Inner and Outer Joins | 34 |
| 11: Aggregation | 23 |
| 12: Recursive SQL | 24 |
| 13: Object-Relational Features | 25 |
| 14: Performance Considerations | 31 |
| Total: | 6 Hours 47 Minutes |
Start Learning Advanced SQL for DB2 Today!
Downloads
NOTE: Click link then select "Save"
- Workshop Environment
- Workshop Labs
- Workshop Solutions
- Course Quiz
- SQL Self Test
Related Links
- Course Survey
For more information, contact us or call 1-877-546-4446
Start Learning Advanced SQL for DB2 Today!
Description
Advanced SQL for DB2 online training is designed for the seasoned SQL professional who wants to get more "bang for the buck" out of DB2, especially DB2 Database on the Linux, UNIX, and Windows platforms. This DB2 course presents advanced SQL syntax in an easy-to-understand format, demystifying even the most complex of the latest features. It will enable you to return to work much better prepared to avail yourself of the full power of the DB2 engine.
In order to take this course you need to have taken SQL Fundamentals for DB2 and have working experience in coding SQL statements. You should also be proficient with Windows and general PC knowledge. If you are a Linux/UNIX programmer, you should have the similar experience and knowledge before taking this course.
Related Training
- Course: SQL Fundamentals for DB2
- Podcast: DB2 Data Types And Scalar Functions
- Podcast: DB2 SQL: The Order Of Clause Evaluation In A SELECT Statement
- Podcast: How To Identify And Fix Inefficient Uses Of UNION
- Podcast: Prerequisites for Advanced SQL
- Podcast: SQL Design Considerations For High Performance
- Podcast: What’s New With DB2 Version 9.7
For more information, contact us or call 1-877-546-4446
Start Learning Advanced SQL for DB2 Today!
Advanced SQL for DB2 Outline
NOTE: Workshop environment, exercises and solutions are now available in the Downloads section this course page.
Module 01: Review of SQL Fundamentals Part 1
- Concepts and Terminology
- Simple SELECT Statements
Module 02: Review of SQL Fundamentals Part 2
- Types of Joins
- Aggregate Processing
- Subqueries and Unions
- Modification Statements
Module 03: Review of SQL Fundamentals Part 3
- Workshop 1: Familiarization and Review
Module 04: Subqueries
- Syntax Elements
- Noncorrelated and Correlated Subqueries
- Subquery Predicates
- Modification Statements with Subqueries
- Workshop 2: Subqueries
Module 05: Two-dimensional Matrices
- Two-dimensional Input and Output
- Views and Table Expressions
- Literal Tables: The VALUES Clause
Module 06: Set Operations
- Union
- Intersection
- Difference
- Workshop 3: VALUES, Table Expressions, and Set Operators
Module 07: Advanced Types of Expressions
- CASE Expression
- CAST Specification
- Labeled Duration
- Scalar Fullselect
Module 08: Advanced Functions and Calculations Part 1
- Data-type Conversion with Scalar Functions
- Numeric Scalar Functions and Arithmetic Operations
Module 09: Advanced Functions and Calculations Part 2
- String Scalar Functions and Concatenation
- Chronological Scalar Functions and Date-time Arithmetic
- Miscellaneous Scalar Functions
- Workshop 4: Expressions and Scalar Functions
Module 10: Inner and Outer Joins
- Syntax Options for Inner Joins
- Left, Right, and Full Outer Joins
- Filtering Rows in Outer Joins
- Case Studies
- Workshop 5: Inner and Outer Joins
Module 11: Aggregation
- Aggregate Processing
- Advanced Column Functions
- Grouping Sets and Super Groups
- Workshop 6: Grouping Sets and Super Groups
Module 12: Recursive SQL
- What Is Recursion?
- Recursion with Common Table Expressions
- Recursion with Views
- Rules for Recursive Queries
- Workshop 7: Recursive SQL
Module 13: Object-Relational Features
- Database-managed Data Integrity
- Triggers and Stored Procedures
- User-defined Distinct Types (UDT's)
- User-defined Functions (UDF's)
- Topics Not (Yet) Covered
- Workshop 8: User-defined Database Objects
Module 14: Performance Considerations
- Performance Monitoring
- Database Design Guidelines
- Application Design Guidelines
- The Optimizer's Three Primary Inputs
- Explain: Visual and Otherwise
- SQL Tweaking Techniques
- Workshop 9: Visual Explain
For more information, contact us or call 1-877-546-4446
Start Learning Advanced SQL for DB2 Today!
Prerequisites
Before taking this Advanced SQL for DB2 course, you should be able to code basic to intermediate SQL statements and have real-world experience coding such statements.
You can develop these skills by attending SQL Fundamentals for DB2. Download the SQL Self-Test to see if you meet the course prerequisites.
Proficiency with Windows, Notepad (or another Windows-based text editor), the mouse, and the PC in general is assumed. For a Linux/UNIX audience, familiarity with equivalent tools and concepts is assumed.
For more information, contact us or call 1-877-546-4446
Start Learning Advanced SQL for DB2 Today!
Hardware/Software Requirements
Hardware:
- Windows, Windows 64-bit, Linux, Linux 64-bit, Linux on Power, Solaris x 86-64 or Mac OS X
- For specific system requirements, download Getting Started with DB2 Express C
Software:
For more information, contact us or call 1-877-546-4446
Start Learning Advanced SQL for DB2 Today!
Objectives
As a result of taking this DB2 online training course, you will be able to:
• Use relational database concepts and terminology fluently, and code simple to complex SELECT, INSERT, UPDATE, and DELETE statements
• Differentiate between the syntax elements of subselect, fullselect, and select-statement, and the terms query and sub¬query, and code both correlated and noncorrelated subqueries
• Identify various types of two-dimensional inputs to a query, including the two-dimensional output of a prior query, and combine and contrast multiple two-dimensional results with the UNION, INTERSECT, and EXCEPT set operators
• Use advanced expressions and scalar functions, as well as concatenations and calculations, including sophisticated date-time manipulation and arithmetic
• Differentiate between and code inner joins and left, right, and full outer joins, as well as Cartesian products
• Perform aggregate processing using advanced column functions, grouping sets, and the super groups ROLLUP and CUBE
• Code recursive SQL using common table expressions or views, and identify and avoid situations that cause infinite loops
• Code SQL that utilizes the vast array of object-relational features available in DB2 for Linux, UNIX, and Windows, including data-integrity constraints, user-defined distinct types (UDT’s), user-defined functions (UDF’s), triggers, stored procedures, and compound SQL
• Adhere to some simple guidelines to ensure that your SQL—whether extremely basic or impossibly complex—performs as well as possible
For more information, contact us or call 1-877-546-4446
Start Learning Advanced SQL for DB2 Today!