Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

IBM Db2 12: SQL Workshop for Experienced Users

Price
389 - 2,850 USD
20 Hours
CLA32G
Classroom Training, Online Training
IBM Db2 12 SQL Workshop for Experienced Users - Code: CLA32G
IBM Business Partner

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.
 

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

  • Learn on Demand
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 389 USD
  • Date: 14-Apr-2025 to 16-Apr-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,850 USD
  • Date: 21-Apr-2025 to 23-Apr-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,850 USD
  • Date: 19-May-2025 to 21-May-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,850 USD
  • Date: 16-Jun-2025 to 18-Jun-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,850 USD
  • Date: 14-Jul-2025 to 16-Jul-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,850 USD
  • Date: 11-Aug-2025 to 13-Aug-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,850 USD
  • Date: 8-Sep-2025 to 10-Sep-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,850 USD
  • Date: 6-Oct-2025 to 8-Oct-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,850 USD
  • Date: 3-Nov-2025 to 5-Nov-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,850 USD
  • Date: 1-Dec-2025 to 3-Dec-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,850 USD
View Global Schedule

Course Description

Overview

This course covers fundemental and advanced SQL techniques for efficient data management, optimization, and analytics in Db2 12. Participants will learn how to navigate the Db2 system catalog and explore query performance optimization techniques, including indexing strategies, predicate pushdown, and query access plans to improve efficiency.

The course also introduces advanced SQL functions, such as LISTAGG, PERCENTILE_CONT, and PERCENTILE_DISC. Participants will learn how to create and manage database objects and gain expertise in utilizing advanced join techniques such as inner and outer joins, hash joins, lateral joins, and set operators like UNION, INTERSECT, and EXCEPT to merge and analyze data from multiple tables.

The course also covers the use of subqueries and query optimization techniques, including correlated subqueries, EXISTS/NOT EXISTS, and quantified predicates to enhance data retrieval efficiency. 

Through hands-on exercises and real-world scenarios, they will develop the skills necessary to handle large datasets efficiently and implement best practices for high-performance database management.

Objectives

After completing this course, learners should be able to:

  • Demonstrate the use of OLAP ranking functions (RANK, DENSE_RANK, ROW_NUMBER) to analyze and order query results
  • Optimize queries with expression-based indexes for computed values
  • Utilize set operators like UNION, EXCEPT, and INTERSECT for advanced data merging
  • Leverage summary tables and MQTs to precompute and store aggregated data
  • Apply EXISTS, NOT EXISTS IN, IN, and NOT IN predicates for conditional data retrieval
  • Perform numeric and mathematical operations, including logarithmic, exponential, and trigonometric calculations
  • Implement recursive SQL to process hierarchical relationships
  • Leverage ARRAY data types to pass structured lists of values within SQL queries and procedures
  • Analyze and optimize SQL execution plans with EXPLAIN and VISUAL EXPLAIN

Audience

This course is ideal for database administrators, SQL developers, and data analysts who have prior experience with SQL and wish to enhance their Db2 v12 expertise. This course is appropriate for customers working in Db2 environments for Linux, UNIX, and Windows.

Prerequisites

    Before taking this course, participants should:

    • Be able to discuss basic Relational Database concepts
    • Be able to code basic SQL statements 

    OR

    • Have completed the SQL Workshop course (CLA22G or 2LA22G)

Topics

Unit 1: SQL Introduction

  • Describe the structure and purpose of Db2 v12, including its system catalog, database organization, and key SQL components
  • Explain how Db2 catalogs and system tables store metadata, and how they can be queried for database object information
  • Demonstrate the use of OLAP ranking functions (RANK, DENSE_RANK, ROW_NUMBER) to analyze and order query results

 

Unit 2: Create Objects

  • Create and modify tables, columns, and constraints
  • Use generated columns to automate calculations and reduce dependency on triggers
  • Optimize queries with expression-based indexes for computed values
  • Implement referential integrity, check constraints, and triggers for enforcing business rules
  • Leverage views and materialized query tables to simplify data access and reporting

 

Unit 3: JOIN

  • Use inner and outer joins to retrieve related data across tables
  • Optimize query performance with hash joins for large datasets
  • Leverage lateral joins for more flexible row-by-row processing
  • Perform self-joins to analyze hierarchical or recursive relationships
  • Utilize set operators like UNION, EXCEPT, and INTERSECT for advanced data merging

 

Unit 4: CASE, CAST, Summary (Materialized Query) Tables, and Temporary Tables

  • Use CASE expressions to apply conditional logic within queries
  • Perform data type conversions using CAST
  • Leverage summary tables and MQTs to precompute and store aggregated data
  • Implement temporary tables and SGTTs to handle intermediate results

 

Unit 5: Using Subqueries

  • Use basic subqueries to filter and retrieve data dynamically
  • Leverage correlated subqueries for row-dependent queries
  • Apply EXISTS, NOT EXISTS, IN,  and NOT IN predicates for conditional data retrieval
  • Utilize LATERAL subqueries to execute row-by-row subqueries for sequential logic processing
  • Optimize query performance by structuring subqueries efficiently

 

Unit 6: Scalar Functions

  • Use string functions to extract, modify, and format text data
  • Perform numeric and mathematical operations, including logarithmic, exponential, and trigonometric calculations
  • Apply LISTAGG to concatenate multiple row values into a single string
  • Work with data and time functions to extract, manipulate, and format timestamps

 

Unit 7: Table Expressions and Recursive SQL

  • Use nested table expressions to create temporary result sets for complex queries
  • Leverage common table expressions (CTEs) for modular and reusable SQL structures
  • Implement recursive SQL to process hierarchical relationships
  • Apply performance optimization techniques to improve efficiency in recursive queries

 

Unit 8: An Introduction to UDTs / UDFs and Stored Procedures

  • Define User-Defined Distinct Types (UDTs) to create custom data types for specialized business needs
  • Implement User-Defined Functions (UDFs)
  • Utilize stored procedures to encapsulate complex database logic for performance efficiency
  • Leverage ARRAY data types to pass structured lists of values within SQL queries and procedures

 

Unit 9: SQL and Db2 Performance

  • Use indexes, clustering, and predicate pushdown
  • Analyze and optimize SQL execution plans with EXPLAIN and VISUAL EXPLAIN
  • Improve filtering and sorting performance using predicate processing techniques
  • Leverage RUNSTATS enhancements to ensure up-to-date statistics for query optimization

Recognition

When you complete the Instructor-Led version of this course, you will be eligible to earn a Training Badge that can be displayed on your website, business cards, and social media channels to demonstrate your mastery of the skills you learned here.

Learn more about our Badge Program →
Report Studio Foundation IBM Digital Badge

This course is eligible for the IBM Db2 12 SQL Workshop for Experienced Users - Code: CLA32G

Top 20 Training Industry Company - IT Training

Need Help?

Call us at 877-206-0106 or e-mail us at info@learnquest.com

Personalized Solutions

Need a personalized solution for your Training? Contact us, and one of our training advisors will help you find the best solution.

Contact Us

Need Help?

Do you have a question about the courses, instruction, or materials covered? Do you need help finding which course is best for you? We are here to help!

Talk to us

Self-Paced Training Info

Learn at your own pace with anytime, anywhere training

  • Same in-demand topics as instructor-led public and private classes.
  • Standalone learning or supplemental reinforcement.
  • e-Learning content varies by course and technology.
  • View the Self-Paced version of this outline and what is included in the SPVC course.
  • Learn more about e-Learning

Course Added To Shopping Cart

bla

bla

bla

bla

bla

bla

Self-Paced Training Terms & Conditions

THIS IS A SELF-PACED VIRTUAL CLASS. AFTER YOU REGISTER, YOU HAVE 365 DAYS TO ACCESS THE COURSE.

This is a Self-Paced virtual class; it is intended for students who do not need the support of a classroom instructor. If you feel you would better benefit from having access to a Subject Matter Expert, please enroll in the Instructor-Led version instead. Minimal technical support is provided to address issues with accessing the platform or problems within the lab environment.

Before you enroll, review the system requirements to ensure that your system meets the minimum requirements for this course. AFTER YOU ARE ENROLLED IN THIS COURSE, YOU WILL NOT BE ABLE TO CANCEL YOUR ENROLLMENT. You are billed for the course when you submit the enrollment form. Self-Paced Virtual Classes are non-refundable. Once you purchase a Self-Paced Virtual Class, you will be charged the full price.

After you receive confirmation that you are enrolled, you will be sent further instructions to access your course material and remote labs. A confirmation email will contain your online link, your ID and password, and additional instructions for starting the course.

Upon receipt of the Order Confirmation Letter which includes your Enrollment Key (Access code); the course begins its twelve (12) month access period. IMPORTANT!!! If your course provides access to a hands-on lab (Virtual Lab Environment), you will have a specific number of days (typically 30 days) on the remote lab platform to complete your hands-on labs. Do not start your lab until you are ready to use your lab time effectively. Time allotted in the virtual lab environment will be indicated once you apply the enrollment key. The self-paced format gives you the opportunity to complete the course at your convenience, at any location, and at your own pace. The course is available 24 hours a day.

If the course requires a remote lab system, the lab system access is allocated on a first-come, first-served basis. When you are not using the elab system, ensure that you suspend your elab to maximize your hours available to use the elab system. Note: This does not add additional days to your Lab Environment time frame.

Click the Skytap Connectivity Test button to ensure this computer's hardware, software and internet connection works with the SPVC Lab Environment.

Click the Skytap Connectivity Documentation button to read about the hardware, software and internet connection requirements.

Exam Terms & Conditions

??exam-warning??
??group-training-form-area??
??how-can-we-help-you-area??
??personalized-form-area??
??request-quote-area??

Sorry, there are no classes that meet your criteria.

Please contact us to schedule a class.
Close

self-paced
STOP! Before You Leave

Save 0% on this course!

Take advantage of our online-only offer & save 0% on any course !

Promo Code skip0 will be applied to your registration

Close
Nothing yet
here's the message from the cart

To view the cart, you can click "View Cart" on the right side of the heading on each page
Add to cart clicker.

Purchase Information

??elearning-coursenumber?? ??coursename??
View Cart

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

If you would like to request a quote for 5 or more students, please contact CustomerService@learnquest.com to be assigned an account representative.

Need more Information?

Speak with our training specialists to continue your learning journey.

 

Delivery Formats

Close

By submitting this form, I agree to LearnQuest's Terms and Conditions

heres the new schedule
This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.