Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
edupls_header
certification
Filter by Categories
Start DateEnd DateClass Times (EST)Delivery/Location ?StatusPriceEnroll Now
06/02/202506/06/202509:00 AM - 05:00 PM Guaranteed-to-Run (GTR)$2,995.00
09/22/202509/26/202509:00 AM - 05:00 PM Guaranteed-to-Run (GTR)$2,995.00
12/01/202512/05/202509:00 AM - 05:00 PM Guaranteed-to-Run (GTR)$2,995.00
06/02/2025 - 06/06/2025
09:00 AM - 05:00 PM
Guaranteed-to-Run (GTR)
$2,995.00
09/22/2025 - 09/26/2025
09:00 AM - 05:00 PM
Guaranteed-to-Run (GTR)
$2,995.00
12/01/2025 - 12/05/2025
09:00 AM - 05:00 PM
Guaranteed-to-Run (GTR)
$2,995.00

Add your ODL content here.

Price: $795.00

Train your entire team with our Private Group Training solutions. AstraTech specializes in creating customized training programs to fit your organization’s unique learning needs and business objectives. Take advantage of multiple student discounts, customized curriculum and flexible scheduling with Private Group Training from AstraTech!

    On-Demand Learning (ODL) is a self-paced training solution designed to work around your individual schedule, budget, and learning needs. Our ODL courses provide you with exclusive access to interactive platforms combining high-quality instructor videos from subject matter experts, official courseware and study materials, hands-on labs, practice exercises, skill assessments and knowledge checks. The modular, self-paced ODL course structure adapts to your unique learning needs and style, providing an optimal training experience.

    Train your entire team with our Private Group Training solutions. AstraTech specializes in creating customized training programs to fit your organization’s unique learning needs and business objectives. Take advantage of multiple student discounts, customized curriculum and flexible scheduling with Private Group Training from AstraTech!

    55366 Querying Data with Transact-SQL

    $795 - $2,795 | 5 days

    Please select a Learning Method below to get started:

    There are currently no upcoming course dates scheduled. Please complete the form to request a date/receive schedule update notifications:

      About this Course

      SKILL LEVEL: 
      • Intermediate

      55366 Querying Data with Transact-SQL Course Outline

      Course Overview

      This five-day instructor-led course is intended for IT professionals who wish to use the Transact-SQL language to query and configure Microsoft SQL Server. Students are typically database developers and database administrators, but might also be Business Intelligence developers, report creators, or application developers. In this course, students learn how to query single tables, join data from multiple tables, filter and sort data, modify data, use procedures and functions, and implement error handling.

      Who Should Attend?

      This course is intended for novice database developers, database administrators, Business Intelligence developers, report creators, and application developers who have an understanding of relational database concepts and have basic Windows navigation skills.

      Course Prerequisites

      • Basic understanding of relational databases.
      • Basic Windows knowledge.

      Course Objectives

      • Create single table SELECT queries
      • Create multiple table SELECT queries
      • Filter and sort data
      • Insert, update, and delete data
      • Query data using built-in functions
      • Create queries that aggregate data
      • Create subqueries
      • Create queries that use table expressions
      • Use UNION, INTERSECT, and EXCEPT on multiple sets of data
      • Implement window functions in queries
      • Use PIVOT and GROUPING SETS in queries
      • Use stored procedures in queries
      • Add error handling to queries
      • Use transactions in queries

      Agenda

      Module 1: Introduction to Transact-SQL

      • What is Transact-SQL
      • The SELECT statement
      • The WHERE clause
      • Sorting results
      • Calculations
      • CASE expressions

      Module 2: Joining tables with Transact-SQL

      • The JOIN clause
      • Inner joins
      • Outer joins
      • Self joins and cross joins

      Module 3: Filtering and sorting results

      • Implement the ORDER BY clause
      • Filter data with the WHERE clause
      • Limit the number of rows returned by a query
      • Implement NULL logic

      Module 4: SQL Server data types

      • Understand data types
      • Implement string data types
      • Implement temporal data types

      Module 5: Inserting, updating and deleting data

      • Insert new records
      • Update existing records
      • Delete data

      Module 6: Using SQL Server functions with Transact-SQL

      • Understand function types in SQL Server
      • Convert data using functions
      • Implement logical functions
      • Work with NULL data using functions

      Module 7: Aggregating data with Transact-SQL

      • Implement aggregation in SQL Server
      • Group records in SQL Server
      • Filter aggregated data

      Module 8: Implement subqueries with Transact-SQL

      • Implement scalar and multi-valued sub-queries
      • Implement correlated subqueries
      • Implement existence checks with subqueries

      Module 9: Create queries that use table expressions

      • Create views
      • Create table-valued functions
      • Implement derived tables
      • Implement common table expressions

      Module 10: Use UNION, INTERSECT, EXCEPT and APPLY on multiple sets of data

      • Write queries with the UNION operator
      • Write queries with the INTERSECT and EXCEPT operators
      • Write queries with the APPLY operator

      Module 11: Implement window functions in queries

      • Understand window functions
      • Impement window functions

      Module 12: Use PIVOT and grouping sets in queries

      • Implement PIVOT in queries
      • Implement grouping sets in queries

      Module 13: Use stored procedures in queries

      • Query data with stored procedures
      • Interact with stored procedures using input and output parameters
      • Write simple stored procedures
      • Pass dynamic SQL to SQL Server

      Module 14: Implement programming features in Transact-SQL

      • Understand T-SQL programming elements
      • Implement loops and conditions in T-SQL queries

      Module 15: Add error handling to queries

      • Understand SQL Server error handling
      • Implemet structured exception handling

      Module 16: Use transactions in queries

      • Understand database transactions
      • Implement transactions in T-SQL