Processing...

Home > Querying Data With Transact Sql (#20761)

Querying Data with Transact SQL (#20761) 

- Learnfast is a Microsoft Silver Learning Partner. This is an authorised Microsoft Official Course (MOC).

This course will teach the basics of Microsoft's dialect of the standard SQL language: Transact-SQL. Topics include both querying and modifying data in relational databases that are hosted in Microsoft SQL Server-based database systems, including: Microsoft SQL Server, Azure SQL Database and, Azure Synapse Analytics. No formal exam is available.

 

 

Features & Benefits

  •  This is an authorised Microsoft Official Course (MOC). 

         

  • Attendees will learn practical skills which can be applied in the work environment.
  • Even though Microsoft retired the certification exams for MCSA/E/D certifications, we will still provide you with a Microsoft Certificate of Completion of your course.
  • Take full advantage of our new Hybrid Learning by attending on campus or virtually. Have all your classes ready to be downloaded and watched, anytime, anywhere. (Read More) 

         

Outcomes & Objectives

After completing this course, learners will be able to: 
  • Use SQL Server query tools
  • Write SELECT statements to retrieve columns from one or more tables
  • Sort and filter selected data
  • Use built-in functions to returned data values
  • Create groups of data and aggregate the results
  • Modify data with Transact-SQL using INSERT, UPDATE, DELETE and MERGE
  • A Certificate of Completion will be awarded to the learner.
  • Pricing & Payment Options

    NEW SECTION
  • Duration

    In Class/Virtual Class, Hybrid Learning (Learn More)
    • 2 Days (08:30 – 16:00) Classes are  presented via our Hybrid Learning allowing  learners the flexibility to attend on campus or in the comfort of their home or workplace.

     
  • Course Prerequisites

    • Basic knowledge of the Microsoft Windows operating system and its core functionality.
    • Working knowledge of relational databases
  • Who Should Attend

    This course can be valuable for anyone who needs to write basic SQL or Transact-SQL queries. This includes anyone working with data as a data analyst, a data engineer, a data scientist, a database administrator or a database developer. It can also be useful for others peripherally involved with data, or wanting to learn more about working with data such as solution architects, students and technology managers.

Our Delivery Methods

Our innovative "myWay” learning methodology is built around the students individual learning requirement, allowing each student to learn in a style that is most suitable for their skills set, knowledge and schedule.

Instructor-Led Classes

Reach your full potential through our “myWay Instructor-Led” classes combined with interactive lessons, supporting video content, practical assignments and in field experience, done during the traditional 08:00 – 16:00 working day.

Online Mentored Learning

Do a course at your pace via our “myWay Online Mentored Learning”, combining self-study with supported interactive online video lectures, an online course mentor, extra resources, questionnaires and more, all supported via out Online Student Portal.

Part Time Mentored Learning

Designed for the working professional, our part time programmes provides you with the flexibility and benefit of our myWay Blended Learning with at home exercises/assignments and mentored or in-class lectures at a manageable schedule and pace.

Our Hybrid Delivery Methods

Our Hybrid Delivery Methods

myWay Hybrid Learning is a technology mediated delivery method that extends the benefit of flexibility and technology to all students. Each Hybrid delivery method is described in the section below.

#AnywhereAnytime

Have all your classes ready to be downloaded and watched, anytime, anywhere.

#NoStudentLeftBehind

Never miss a classs because of health, traffic, or transport issues.

#Flexibility

A personalized class schedule, attend class on campus, virtually or both.

 

In Class or Virtual Class Based Learning

A technology mediated delivery method allowing campus based class or virtual class attendance, or a combination of both. Classes can be in the form of lecture based or mentored based.

 

Mentored Online Learning

A technology mediated, self paced online delivery method with personal mentorship.

Important Notes

  • Learners to arrive at the training venue from 08:00 in preparation for 08:30 starting time 
  • Bookings are only confirmed upon receipt of the proof of payment or an official company purchase order. 
  • For full day, on campus courses, Learnfast will supply you with a computer to use for training (if applicable),& tea/coffee and a full lunch. Catering is not included for On-Site training and laptops are available for hire at an additional cost if required. 
  • Cancellation or rescheduling requests must be in writing and reach us via email at least 5-10 working days prior to the course commencement date. Full course fees will be retained for no shows. 
  • Virtual learners are required to have a stable internet connection & a working headset available for sound purposes.  
  • Learners who use their own laptops are fully responsible to ensure that administration rights, software installations, etc. are working sufficiently prior to training. 
  •  Learnfast reserves the right to cancel or postpone dates if we require to do so and undertake to inform clients in writing and telephonically of these changes. 
  • Learnfast is not responsible for costs associated with cancellation of classes such as flight and accommodation for clients. 
Module 1: Introduction to Microsoft SQL Server 2016/2017/2019.
This module introduces SQL Server, the versions of SQL Server, including cloud versions, and how to connect to SQL Server using SQL Server Management Studio.
  • The Basic Architecture of SQL Server
  • SQL Server Editions and Versions
  • Getting Started with SQL Server Management Studio
 

Module 2: Introduction to T-SQL Querying
This module describes the elements of T-SQL and their role in writing queries. Describe the use of sets in SQL Server. Describe the use of predicate logic in SQL Server. Describe the logical order of operations in SELECT statements.
  • Introducing T-SQL
  • Understanding Sets
  • Understanding Predicate Logic
  • Understanding the Logical Order of Operations in SELECT statements
 

Module 3: Writing SELECT Queries
This module introduces the fundamentals of the SELECT statement, focusing on queries against a single table.
  • Writing Simple SELECT Statements
  • Eliminating Duplicates with DISTINCT
  • Using Column and Table Aliases
  • Writing Simple CASE Expressions
 

Module 4: Querying Multiple Tables
This module describes how to write queries that combine data from multiple sources in Microsoft SQL Server 2016.
  • Understanding Joins
  • Querying with Inner Joins
  • Querying with Outer Joins
  • Querying with Cross Joins and Self Joins
 

Module 5: Sorting and Filtering Data
This module describes how to implement sorting and filtering.
  • Sorting Data
  • Filtering Data with Predicates
  • Filtering Data with TOP and OFFSET-FETCH
  • Working with Unknown Values
 

Module 6: Working with SQL Server 2016/2017/2019 Data Types
This module introduces the data types SQL Server uses to store data.
Lessons
  • Introducing SQL Server 2016/2017/2019 Data Types
  • Working with Character Data
  • Working with Date and Time Data
 

Module 7: Using DML to Modify Data
This module describes how to create DML queries, and why you would want to.
  • Inserting Data
  • Modifying and Deleting Data
 

Module 8: Using Built-In Functions
This module introduces some of the many built-in functions in SQL Server 2016.
  • Writing Queries with Built-In Functions
  • Using Conversion Functions
  • Using Logical Functions
  • Using Functions to Work with NULL
 

Module 9: Grouping and Aggregating Data
This module describes how to use aggregate functions.
  • Using Aggregate Functions
  • Using the GROUP BY Clause
  • Filtering Groups with HAVING
 

Module 10: Using Subqueries
This module describes several types of subquery and how and when to use them.
  • Writing Self-Contained Subqueries
  • Writing Correlated Subqueries
  • Using the EXISTS Predicate with Subqueries
 

Module 11: Using Table Expressions
Previously in this course, you learned about using subqueries as an expression that returned results to an outer calling query. Like subqueries, table expressions are query expressions, but table expressions extend this idea by allowing you to name them and to work with their results as you would work with data in any valid relational table. Microsoft SQL Server 2016 supports four types of table expressions: derived tables, common table expression (CTEs), views, and inline table-valued functions (TVFs). In this module, you will learn to work with these forms of table expressions and learn how to use them to help create a modular approach to writing queries.
  • Using Views
  • Using Inline Table-Valued Functions
  • Using Derived Tables
  • Using Common Table Expressions
 

Module 12: Using Set Operators
This module introduces how to use the set operators UNION, INTERSECT, and EXCEPT to compare rows between two input sets.
  • Writing Queries with the UNION operator
  • Using EXCEPT and INTERSECT
  • Using APPLY
 

Module 13: Using Windows Ranking, Offset, and Aggregate Functions
This module describes the benefits of using window functions. Restrict window functions to rows defined in an OVER clause, including partitions and frames. Write queries that use window functions to operate on a window of rows and return ranking, aggregation, and offset comparison results.
  • Creating Windows with OVER
  • Exploring Window Functions
 

Module 14: Pivoting and Grouping Sets
This module describes writing queries that pivot and unpivot result sets. Write queries that specify multiple groupings with grouping sets.
  • Writing Queries with PIVOT and UNPIVOT
  • Working with Grouping Sets
 

Module 15: Executing Stored Procedures
This module describes how to return results by executing stored procedures. Pass parameters to procedures. Create simple stored procedures that encapsulate a SELECT statement. Construct and execute dynamic SQL with EXEC and sp_executesql.
  • Querying Data with Stored Procedures
  • Passing Parameters to Stored procedures
  • Creating Simple Stored Procedures
  • Working with Dynamic SQL
 

Module 16: Programming with T-SQL
This module describes how to enhance your T-SQL code with programming elements.
  • T-SQL Programming Elements
  • Controlling Program Flow
 

Module 17: Implementing Error Handling
This module introduces error handling for T-SQL.
  • Implementing T-SQL error handling
  • Implementing structured exception handling
 

Module 18: Implementing Transactions
This module describes how to implement transactions.
  • Transactions and the database engines
  • Controlling transactions
  • Campus
    Start Date
    End Date
    Type
    Book Now
  • 11 November 2024
    15 November 2024
    Full Time
  • Campus
    Start Date
    End Date
    Type
    Book Now
  • 11 November 2024
    15 November 2024
    Correspondence
  • Campus
    Start Date
    End Date
    Type
    Book Now
  • 11 November 2024
    15 November 2024
    Full Time

By completing the below online booking, a booking confirmation will be sent out and an invoice will be generated. A place will be reserved on this course and you are expected to attend. If you require a quote first please contact Learnfast offices and speak to a sales consultant.

Querying Data with Transact SQL (#20761)





  1. By booking for this course, an invoice will be generated and you will be liable for the payment of this invoice. If you require a quote, please contact The CAD Corporation Offices.
  2. After the generation of the invoice a training confirmation will be emailed using the details provided above.
  3. The CAD Corporation retains the rights to change this calendar without any notification.
  4. Tea/coffee and a light lunch will be provided.
  5. All university students will receive a 10% discount for cash payments.
  6. The minimum notice of cancellation is 5 (five) working days prior to the course commencement date. If you fail to do so the full amount is payable.
  7. Students are to be at the training venue by 08h00 in preparation for a 08h30 start time.

As a valued friend of Learnfast, we take your privacy seriously. The POPI Act comes into effect on 1 July 2021 and, we would like to assure you that we treat your information with sensitivity and confidentiality.

By filling in this form, you agree to receive newsletters and communication from Learnfast.
Delivery Method: 
As a valued friend of Learnfast, we take your privacy seriously. The POPI Act comes into effect on 1 July 2021 and, we would like to assure you that we treat your information with sensitivity and confidentiality.

By filling in this form, you agree to receive newsletters and communication from Learnfast.
  • Math Result: