Cisco Training Courses

Insoft has been serving IT community with official Cisco training offering since 2010. Find all the relevant information on Cisco training on this page.

View More

Cisco Certifications

Experience a blended learning approach that combines the best of instructor-led training and self-paced e-learning to help you prepare for your certification exam.

View More

Cisco Learning Credits

Cisco Learning Credits (CLCs) are prepaid training vouchers redeemed directly with Cisco that make planning for your success easier when purchasing Cisco products and services.

Have CLCs and want to redeem them?

Cisco Continuing Education

The Cisco Continuing Education Program offers all active certification holders flexible options to recertify by completing a variety of eligible training items.

View More

Cisco Business Enablement

The Cisco Business Enablement Partner Program focuses on sharpening the business skills of Cisco Channel Partners and customers.

View More

Fortinet Technical Certifications

The Fortinet Network Security Expert (NSE) program is an eight-level training and certification program to teach engineers of their network security for Fortinet FW skills and experience.

View More

Fortinet Technical Courses

Insoft is recognised as Fortinet Authorized Training Center in selected locations across EMEA.

View More

ATC Status

Check our ATC Status across selected countries in Europe.

View More

Fortinet Services Packages

Insoft Services has developed a specific solution to streamline and simplify the process of installing or migrating to Fortinet Products.

Browse Packages

Prepforce Bootcamp

The only comprehensive source available today to prepare for Fortinet NSE 8 certification globally.

View More

Microsoft Training

Insoft Services provides Microsoft training in EMEAR. We provide Microsoft technical training and certification courses that are led by world-class instructors.

View More

Technical Training

The evolution of Extreme Networks Technical Training provides a comprehensive progressive pathway from Associate to Professional accreditation.

View More

ATP Accreditation

As an authorised training partner (ATP), Insoft Services ensures that you receive the highest standards of education available.

View More

What we do

Through our global presence and partner ecosystem, we provide strategic IT consulting services to align IT services with customers' business goals.

View More

 

We are pleased to launch pre-scoped Enterprise Networking Consulting Packages, our ready-made solutions, tailored to ensure efficiency and cost containment.

 

View More

 

We specialize in the deployment of vendor-specific automation tools as well as open-source and vendor-independent solutions, that can be tuned in accordance with the business needs of a specific organization.

 

View More

 

In a world where technologies are evolving rapidly, every company - business needs a partner to rely on and trust for the smooth and secure operation of its network infrastructure.

 

View More

 

We provide comprehensive IoT consultancy, deployment and support solutions for businesses that want to launch or improve their use of connected technologies.

View More

 

In a world where technologies are evolving rapidly, every company - business needs a partner to rely on and trust for the smooth and secure operation of its network infrastructure.

View More

 

In a world where technologies are evolving rapidly, every company - business needs a partner to rely on and trust for the smooth and secure operation of its network infrastructure.

View More

 

In a world where technologies are evolving rapidly, every company - business needs a partner to rely on and trust for the smooth and secure operation of its network infrastructure.

 

View More

 

In a world where technologies are evolving rapidly, every company - business needs a partner to rely on and trust for the smooth and secure operation of its network infrastructure.

 

View More

 

We provide the highest level of expertise on Cisco consultancy services, that target audits of your current network and implementing updates for improved operational performance, secure data and compliant systems.

View More

 

We provide the highest level of expertise on Fortinet consultancy services that target audits of your current network and implementing updates for improved operational performance, secure data and compliant systems.

View More

 

Our team can help enterprises, get the most value from Extreme products and services following our predefined value-added packages or custom ones that fits business needs.

 

View More

About Us

Our training portfolio includes a wide range of IT training from IP providers, including Cisco, Extreme Networks, Fortinet, Microsoft, to name a few, in EMEA.

View More

Querying Microsoft SQL Server with Transact-SQL

Contact Us

We would love to hear from you. Please complete this form to pre-book or request further information about our delivery options.

Data Protection & Privacy

I hereby allow Insoft Ltd. to contact me on this topic. Further, I authorise Insoft Ltd. processing, using collecting and storing my personal data for the purpose of these activities. All your data will be protected and secured as outlined in our privacy policy.

Close

Querying Microsoft SQL Server with Transact-SQL

Enroll Now
Querying Microsoft SQL Server with Transact-SQL
Duration
5 Days
Delivery
(Online and onsite)
Price
Price Upon Request

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.

  • 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

Module 1: Introduction to Transact-SQL

This module explains how to write and execute simple Transact-SQL queries.

Lessons

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

Lab 1: Introduction to Transact-SQL

  • Run a query
  • Search for text strings
  • Sort the results

After completing this module, students will be able to:

  • Describe Transact-SQL
  • Write a SELECT statement
  • Write a WHERE clause
  • Sort results
  • Implement calculations
  • Add CASE expressions

 

Module 2: Joining tables with Transact-SQL

This module explains how to query multiple tables and join the results together in a single recordset.

Lessons

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

Lab 1: Joining tables with Transact-SQL

  • Query two tables
  • Query many tables
  • Implement an oute join
  • Implement a self join
  • Implement a cross join

After completing this module, students will be able to:

  • Describe the JOIN clause
  • Implement inner joins
  • Create a query with outer joins
  • Implement self joins and cross joins

 

Module 3: Filtering and sorting results

This module explains how to filter results to find specific records and how to sort the resulting recordset.

Lessons

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

Lab 1: Filtering and sorting results

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

After completing this module, students will be able to:

  • 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

This module explains how SQL Server uses data types. It’s essential to understand data types for comparing data and also for inserting and updating records.

Lessons

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

Lab 1: SQL Server data types

  • Create queries with string data
  • Implement string functions
  • Create queries with temporal data
  • Implement temporal functions

After completing this module, students will be able to:

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

 

Module 5: Inserting, updating and deleting data

This module explains how to use Transact-SQL Data Manipulation Language (DML) to inert, update and delete data.

Lessons

  • Insert new records
  • Update existing records
  • Delete data

Lab 1: Inserting, updating and deleting data

  • Insert new records
  • Update existing records
  • Delete data

After completing this module, students will be able to:

  • Insert new records
  • Update existing records
  • Delete data

 

Module 6: Using SQL Server functions with Transact-SQL

This module explains how to alter the output or search criteria with built-in functions.

Lessons

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

Lab 1: Using SQL Server functions with Transact-SQL

  • Convert data using functions
  • Implement logical functions
  • Work with NULL data using functions

After completing this module, students will be able to:

  • Convert data using functions
  • Implement logical functions
  • Work with NULL data using functions

 

Module 7: Aggregating data with Transact-SQL

This module explains how to group matching data and then aggregate numeric values for these groupings.

Lessons

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

Lab 1: Aggregating data with Transact-SQL

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

After completing this module, students will be able to:

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

 

Module 8: Implement subqueries with Transact-SQL

This module explains how to use the output from one query as the input to another query.

Lessons

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

Lab 1: Implement subqueries with Transact-SQL

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

After completing this module, students will be able to:

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

 

Module 9: Create queries that use table expressions

This module explains how to use table expressions to extend the capabilities of sub-queries. Table expressions essentially name the results of a sub-query and allow them to be referenced as if they were a table.

Lessons

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

Lab 1: Create queries that use table expressions

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

After completing this module, students will be able to:

  • 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

This module explains how to combine the results of multiple queries rather than join them. In a simple UNION query both result sets are returned as one, with all the rows of each result set, but you can perform more complex operations and adjust how the multiple result sets interact.

Lessons

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

Lab 1: 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

After completing this module, students will be able to:

  • 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

This module explains how to use windowing functions to create result sets with features, such as row numbers or running totals, that are complex or even impossible in traditional T-SQL.

Lessons

  • Understand window functions
  • Impement window functions

Lab 1: Implement window functions in queries

  • Implement window ranking functions
  • Implement window offset functions
  • Implement window aggregate functions

After completing this module, students will be able to:

  • Understand window functions
  • Impement window functions

 

Module 12: Use PIVOT and grouping sets in queries

This module explains how to change the otput of queries in more sophisticated ways. PIVOT enables you to change the orientation of recordsets and grouping sets allow you to apply multiple levels of aggregation.

Lessons

  • Implement PIVOT in queries
  • Implement grouping sets in queries

Lab 1: Use PIVOT and grouping sets in queries

  • Implement PIVOT in queries
  • Implement UNPIVOT in queries
  • Implement grouping sets in queries

After completing this module, students will be able to:

  • Implement PIVOT in queries
  • Implement grouping sets in queries

 

Module 13: Use stored procedures in queries

This module explains how to use existing stored procedures and to create simple stored procedures. Stored procedures are encapsulated blocks of T-SQL code that can return recordsets as well as insert, update and delete data.

Lessons

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

Lab 1: Use stored procedures in queries

  • Query data with stored procedures
  • Interact with stored procedures using input and output parameters
  • Write simple stored procedures

After completing this module, students will be able to:

  • Query data with stored procedures
  • Interact with stored procedures using input and output parameters
  • Write simple stored procedures

 

Module 14: Implement programming features in Transact-SQL

This module explains how to implement programming constructs seen in procedural programming languages such as loops and conditional execution.

Lessons

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

Lab 1: Implement programming features in Transact-SQL

  • Implement variables in T-SQL
  • Implement loops and conditions in T-SQL
  • Implement variables in dynamic SQL statements

After completing this module, students will be able to:

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

 

Module 15: Add error handling to queries

This module explains how to implement error handling in T-SQL. Some errors are inevitable, such as a date value being passed to a numeric field, but these errors can be handled and resolved with proper error handling.

Lessons

  • Understand SQL Server error handling
  • Implemet structured exception handling

Lab 1: Add error handling to queries

  • Implement structured exception handling
  • Pass errors to client applications

After completing this module, students will be able to:

  • Understand SQL Server error handling
  • Implemet structured exception handling

 

Module 16: Use transactions in queries

This module explains how to implement transactions to control how multiple connections to SQL Server interact with each other.

Lessons

  • Understand database transactions
  • Implement transactions in T-SQL

Lab 1: Use transactions in queries

  • Implement transactions in T-SQL
  • Combine transactions with error handling

After completing this module, students will be able to:

  • Understand database transactions
  • Implement transactions in T-SQL

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.

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

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.

  • 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

Module 1: Introduction to Transact-SQL

This module explains how to write and execute simple Transact-SQL queries.

Lessons

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

Lab 1: Introduction to Transact-SQL

  • Run a query
  • Search for text strings
  • Sort the results

After completing this module, students will be able to:

  • Describe Transact-SQL
  • Write a SELECT statement
  • Write a WHERE clause
  • Sort results
  • Implement calculations
  • Add CASE expressions

 

Module 2: Joining tables with Transact-SQL

This module explains how to query multiple tables and join the results together in a single recordset.

Lessons

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

Lab 1: Joining tables with Transact-SQL

  • Query two tables
  • Query many tables
  • Implement an oute join
  • Implement a self join
  • Implement a cross join

After completing this module, students will be able to:

  • Describe the JOIN clause
  • Implement inner joins
  • Create a query with outer joins
  • Implement self joins and cross joins

 

Module 3: Filtering and sorting results

This module explains how to filter results to find specific records and how to sort the resulting recordset.

Lessons

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

Lab 1: Filtering and sorting results

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

After completing this module, students will be able to:

  • 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

This module explains how SQL Server uses data types. It’s essential to understand data types for comparing data and also for inserting and updating records.

Lessons

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

Lab 1: SQL Server data types

  • Create queries with string data
  • Implement string functions
  • Create queries with temporal data
  • Implement temporal functions

After completing this module, students will be able to:

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

 

Module 5: Inserting, updating and deleting data

This module explains how to use Transact-SQL Data Manipulation Language (DML) to inert, update and delete data.

Lessons

  • Insert new records
  • Update existing records
  • Delete data

Lab 1: Inserting, updating and deleting data

  • Insert new records
  • Update existing records
  • Delete data

After completing this module, students will be able to:

  • Insert new records
  • Update existing records
  • Delete data

 

Module 6: Using SQL Server functions with Transact-SQL

This module explains how to alter the output or search criteria with built-in functions.

Lessons

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

Lab 1: Using SQL Server functions with Transact-SQL

  • Convert data using functions
  • Implement logical functions
  • Work with NULL data using functions

After completing this module, students will be able to:

  • Convert data using functions
  • Implement logical functions
  • Work with NULL data using functions

 

Module 7: Aggregating data with Transact-SQL

This module explains how to group matching data and then aggregate numeric values for these groupings.

Lessons

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

Lab 1: Aggregating data with Transact-SQL

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

After completing this module, students will be able to:

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

 

Module 8: Implement subqueries with Transact-SQL

This module explains how to use the output from one query as the input to another query.

Lessons

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

Lab 1: Implement subqueries with Transact-SQL

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

After completing this module, students will be able to:

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

 

Module 9: Create queries that use table expressions

This module explains how to use table expressions to extend the capabilities of sub-queries. Table expressions essentially name the results of a sub-query and allow them to be referenced as if they were a table.

Lessons

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

Lab 1: Create queries that use table expressions

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

After completing this module, students will be able to:

  • 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

This module explains how to combine the results of multiple queries rather than join them. In a simple UNION query both result sets are returned as one, with all the rows of each result set, but you can perform more complex operations and adjust how the multiple result sets interact.

Lessons

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

Lab 1: 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

After completing this module, students will be able to:

  • 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

This module explains how to use windowing functions to create result sets with features, such as row numbers or running totals, that are complex or even impossible in traditional T-SQL.

Lessons

  • Understand window functions
  • Impement window functions

Lab 1: Implement window functions in queries

  • Implement window ranking functions
  • Implement window offset functions
  • Implement window aggregate functions

After completing this module, students will be able to:

  • Understand window functions
  • Impement window functions

 

Module 12: Use PIVOT and grouping sets in queries

This module explains how to change the otput of queries in more sophisticated ways. PIVOT enables you to change the orientation of recordsets and grouping sets allow you to apply multiple levels of aggregation.

Lessons

  • Implement PIVOT in queries
  • Implement grouping sets in queries

Lab 1: Use PIVOT and grouping sets in queries

  • Implement PIVOT in queries
  • Implement UNPIVOT in queries
  • Implement grouping sets in queries

After completing this module, students will be able to:

  • Implement PIVOT in queries
  • Implement grouping sets in queries

 

Module 13: Use stored procedures in queries

This module explains how to use existing stored procedures and to create simple stored procedures. Stored procedures are encapsulated blocks of T-SQL code that can return recordsets as well as insert, update and delete data.

Lessons

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

Lab 1: Use stored procedures in queries

  • Query data with stored procedures
  • Interact with stored procedures using input and output parameters
  • Write simple stored procedures

After completing this module, students will be able to:

  • Query data with stored procedures
  • Interact with stored procedures using input and output parameters
  • Write simple stored procedures

 

Module 14: Implement programming features in Transact-SQL

This module explains how to implement programming constructs seen in procedural programming languages such as loops and conditional execution.

Lessons

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

Lab 1: Implement programming features in Transact-SQL

  • Implement variables in T-SQL
  • Implement loops and conditions in T-SQL
  • Implement variables in dynamic SQL statements

After completing this module, students will be able to:

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

 

Module 15: Add error handling to queries

This module explains how to implement error handling in T-SQL. Some errors are inevitable, such as a date value being passed to a numeric field, but these errors can be handled and resolved with proper error handling.

Lessons

  • Understand SQL Server error handling
  • Implemet structured exception handling

Lab 1: Add error handling to queries

  • Implement structured exception handling
  • Pass errors to client applications

After completing this module, students will be able to:

  • Understand SQL Server error handling
  • Implemet structured exception handling

 

Module 16: Use transactions in queries

This module explains how to implement transactions to control how multiple connections to SQL Server interact with each other.

Lessons

  • Understand database transactions
  • Implement transactions in T-SQL

Lab 1: Use transactions in queries

  • Implement transactions in T-SQL
  • Combine transactions with error handling

After completing this module, students will be able to:

  • Understand database transactions
  • Implement transactions in T-SQL

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.

  • Basic understanding of relational databases.
  • Basic Windows knowledge.
    Upcoming Dates
  • ` Jul 3 - Jul 7, 2023
  • ` Jul 31 - Aug 4, 2023
  • ` Aug 28 - Sep 1, 2023
  • ` Sep 25 - Sep 29, 2023
  • ` Oct 23 - Oct 27, 2023
  • ` Nov 20 - Nov 24, 2023