"Charting the Course... MOC C: Querying Data with Transact-SQL. Course Summary

Similar documents
Querying Data with Transact-SQL

Querying Data with Transact-SQL

Querying Data with Transact-SQL

Course Outline. Querying Data with Transact-SQL Course 20761B: 5 days Instructor Led

Microsoft Querying Data with Transact-SQL - Performance Course

Querying Data with Transact-SQL

20761B: QUERYING DATA WITH TRANSACT-SQL

Querying Data with Transact-SQL

Duration Level Technology Delivery Method Training Credits. Classroom ILT 5 Days Intermediate SQL Server

"Charting the Course to Your Success!" MOC D Querying Microsoft SQL Server Course Summary

Querying Data with Transact-SQL

20761C: Querying Data with Transact-SQL

Querying Microsoft SQL Server

QUERYING MICROSOFT SQL SERVER COURSE OUTLINE. Course: 20461C; Duration: 5 Days; Instructor-led

Querying Data with Transact-SQL

COURSE OUTLINE: Querying Microsoft SQL Server

After completing this course, participants will be able to:

Querying Data with Transact-SQL

Course 20461C: Querying Microsoft SQL Server

Querying Microsoft SQL Server 2012/2014

Querying Microsoft SQL Server 2008/2012

MS_20761 Querying Data with Transact-SQL

Querying Microsoft SQL Server

20461: Querying Microsoft SQL Server 2014 Databases

AVANTUS TRAINING PTE LTD

20461: Querying Microsoft SQL Server

Querying Microsoft SQL Server

20461D: Querying Microsoft SQL Server

Querying Microsoft SQL Server

Querying Microsoft SQL Server (MOC 20461C)

Querying Microsoft SQL Server

Microsoft Querying Microsoft SQL Server 2014

COURSE OUTLINE MOC 20461: QUERYING MICROSOFT SQL SERVER 2014

Querying Microsoft SQL Server 2014

Querying Microsoft SQL Server 2014

Course 20461C: Querying Microsoft SQL Server

Querying Data with Transact-SQL

Microsoft - Querying Microsoft SQL Server 2014 (M20461) (M20461)

Querying Data with Transact-SQL

20761 Querying Data with Transact SQL

Querying Data with Transact SQL

Querying Data with Transact SQL Microsoft Official Curriculum (MOC 20761)

Querying Data with Transact-SQL (20761)

[AVNICF-MCSASQL2012]: NICF - Microsoft Certified Solutions Associate (MCSA): SQL Server 2012

Querying Microsoft SQL Server 2014

MIS NETWORK ADMINISTRATOR PROGRAM

Venezuela: Teléfonos: / Colombia: Teléfonos:

Querying Data with Transact SQL

T-SQL Training: T-SQL for SQL Server for Developers

MCSA SQL SERVER 2012

Querying Microsoft SQL Server 2014 (20461)

Course Modules for MCSA: SQL Server 2016 Database Development Training & Certification Course:

Querying Data with Transact-SQL (761)

Querying Microsoft SQL Server 2014

"Charting the Course... Oracle18c SQL (5 Day) Course Summary

Sql Server Syllabus. Overview

"Charting the Course... MOC B Updating Your SQL Server Skills to Microsoft SQL Server 2014 Course Summary

Oracle Database 10g: Introduction to SQL

Learning Alliance Corporation, Inc. For more info: go to

Writing Analytical Queries for Business Intelligence

Writing Queries Using Microsoft SQL Server 2008 Transact- SQL

Oracle Database 11g: SQL and PL/SQL Fundamentals

"Charting the Course... MOC A Developing Microsoft SQL Server 2012 Databases. Course Summary

Oracle Database: SQL and PL/SQL Fundamentals NEW

Oracle Database: SQL and PL/SQL Fundamentals Ed 2

"Charting the Course... MOC Programming in C# with Microsoft Visual Studio Course Summary

Language. f SQL. Larry Rockoff COURSE TECHNOLOGY. Kingdom United States. Course Technology PTR. A part ofcenqaqe Learninq

"Charting the Course... MOC C: Developing SQL Databases. Course Summary

Certification Exam Preparation Seminar: Oracle Database SQL

COPYRIGHTED MATERIAL. Contents. Chapter 1: Introducing T-SQL and Data Management Systems 1. Chapter 2: SQL Server Fundamentals 23.

Oracle Syllabus Course code-r10605 SQL

1 Writing Basic SQL SELECT Statements 2 Restricting and Sorting Data

Ryan Stephens. Ron Plew Arie D. Jones. Sams Teach Yourself FIFTH EDITION. 800 East 96th Street, Indianapolis, Indiana, 46240

Inside Microsoft* SQL Server 2008: T-SQL Querying

Writing Queries Using Microsoft SQL Server 2008 Transact-SQL. Overview

Oracle Database: Introduction to SQL Ed 2

AO3 - Version: 2. Oracle Database 11g SQL

"Charting the Course... MOC A Introduction to Web Development with Microsoft Visual Studio Course Summary

"Charting the Course... Intermediate PHP & MySQL Course Summary

$99.95 per user. Writing Queries for SQL Server (2005/2008 Edition) CourseId: 160 Skill level: Run Time: 42+ hours (209 videos)

"Charting the Course... MOC /2: Planning, Administering & Advanced Technologies of SharePoint Course Summary

"Charting the Course... MOC C: Automating Administration with Windows PowerShell. Course Summary

Introduction to SQL/PLSQL Accelerated Ed 2

ETL TESTING TRAINING

Introduction to Computer Science and Business

MTA Database Administrator Fundamentals Course

Mobile MOUSe MTA DATABASE ADMINISTRATOR FUNDAMENTALS ONLINE COURSE OUTLINE

Teradata SQL Features Overview Version

Oracle Database 11g: SQL Fundamentals I

5. Single-row function

Oracle Database: Introduction to SQL/PLSQL Accelerated

"Charting the Course... Java Programming Language. Course Summary

SQL Queries. for. Mere Mortals. Third Edition. A Hands-On Guide to Data Manipulation in SQL. John L. Viescas Michael J. Hernandez

ORACLE PL/SQL DATABASE COURSE

"Charting the Course... MOC B Active Directory Services with Windows Server Course Summary

Microsoft Power Tools for Data Analysis #10 Power BI M Code: Helper Table to Calculate MAT By Month & Product. Notes from Video:

MariaDB Crash Course. A Addison-Wesley. Ben Forta. Upper Saddle River, NJ Boston. Indianapolis. Singapore Mexico City. Cape Town Sydney.

The SQL Guide to Pervasive PSQL. Rick F. van der Lans

Interview Questions on DBMS and SQL [Compiled by M V Kamal, Associate Professor, CSE Dept]

Deccansoft softwareservices-microsoft Silver Learing Partner. SQL Server Syllabus

Transcription:

Course Summary Description This course is designed to introduce students to Transact-SQL. It is designed in such a way that the first three days can be taught as a course to students requiring the knowledge for other courses in the SQL Server curriculum. Days 4 and 5 teach the remaining skills required to take exam 70-761. Objectives After taking this course, students will be able to: Describe key capabilities and components of SQL Server 2016. Describe T-SQL, sets, and predicate logic. Write a single table SELECT statement. Write a multi-table SELECT statement. Write SELECT statements with filtering and sorting. Describe how SQL Server uses data types. Write DML statements. Write queries that use built-in functions. Write queries that aggregate data. Write subqueries. Create and implement views and table-valued functions. Use set operators to combine query results. Write queries that use window ranking, offset, and aggregate functions. Transform data by implementing pivot, unpivot, rollup and cube. Create and implement stored procedures. Add programming constructs such as variables, conditions, and loops to T-SQL code. Topics Introduction to Microsoft SQL Server 2016 Introduction to T-SQL Querying Writing SELECT Queries Querying Multiple Tables Sorting and Filtering Data Working with SQL Server 2016 Data Types Using DML to Modify Data Using Built-In Grouping and Aggregating Data Using Subqueries Using Table Expressions Using Set Operators Using Windows Ranking, Offset, and Pivoting and Grouping Sets Executing Stored Procedures Programming with T-SQL Implementing Error Handling Implementing Transactions

Course Summary (cont d) Audience The main purpose of the course is to give students a good understanding of the Transact-SQL language which is used by all SQL Server-related disciplines; namely, Database Administration, Database Development and Business Intelligence. As such, the primary target audience for this course is: Database Administrators, Database Developers and BI professionals. Prerequisites Before taking this course, students should have basic knowledge of the Microsoft Windows operating system and its core functionality, and working knowledge of relational databases. Duration Five days

Course Outline I. Introduction to Microsoft SQL Server 2016 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. A. The Basic Architecture of SQL Server B. SQL Server Editions and Versions C. Getting Started with SQL Server Management Studio Lab: Working with SQL Server 2016 Tools Working with SQL Server Management Studio Creating and Organizing T-SQL Scripts Using Books Online II. 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. A. Introducing T-SQL B. Understanding Sets C. Understanding Predicate Logic D. Understanding the Logical Order of Operations in SELECT statements Lab: Introduction to T-SQL Querying Executing Basic SELECT Statements Executing Queries that Filter Data using Predicates Executing Queries That Sort Data Using ORDER BY III. Writing SELECT Queries This module introduces the fundamentals of the SELECT statement, focusing on queries against a single table. A. Writing Simple SELECT Statements B. Eliminating Duplicates with DISTINCT C. Using Column and Table Aliases D. Writing Simple CASE Expressions Lab: Writing Basic SELECT Statements Writing Simple SELECT Statements Eliminating Duplicates Using DISTINCT Using Column and Table Aliases Using a Simple CASE Expression IV. Querying Multiple Tables This module describes how to write queries that combine data from multiple sources in Microsoft SQL Server 2016. A. Understanding Joins B. Querying with Inner Joins C. Querying with Outer Joins D. Querying with Cross Joins and Self Joins Lab: Querying Multiple Tables Writing Queries that use Inner Joins Writing Queries that use Multiple-Table Inner Joins Writing Queries that use Self-Joins Writing Queries that use Outer Joins Writing Queries that use Cross Joins V. Sorting and Filtering Data This module describes how to implement sorting and filtering. A. Sorting Data B. Filtering Data with Predicates C. Filtering Data with TOP and OFFSET- FETCH D. Working with Unknown Values Lab: Sorting and Filtering Data Writing Queries that Filter Data using a WHERE Clause Writing Queries that Sort Data Using an ORDER BY Clause Writing Queries that Filter Data Using the TOP Option VI. Working with SQL Server 2016 Data Types This module introduces the data types SQL Server uses to store data. A. Introducing SQL Server 2016 Data Types B. Working with Character Data C. Working with Date and Time Data Lab: Working with SQL Server 2016 Data Types Writing Queries that Return Date and Time Data Writing Queries that use Date and Time Writing Queries That Return Character Data Writing Queries That Return Character

Course Outline (cont d) VII. Using DML to Modify Data This module describes how to create DML queries, and why you would want to. A. Inserting Data B. Modifying and Deleting Data Lab: Using DML to Modify Data Inserting Data Updating and Deleting Data VIII. Using Built-In This module introduces some of the many built in functions in SQL Server 2016. A. Writing Queries with Built-In B. Using Conversion C. Using Logical D. Using to Work with NULL Lab: Using Built-In Writing Queries That Use Conversion Writing Queries that use Logical Writing Queries that Test for Nullability IX. Grouping and Aggregating Data This module describes how to use aggregate functions. A. Using B. Using the GROUP BY Clause C. Filtering Groups with HAVING Lab: Grouping and Aggregating Data Writing Queries That Use the GROUP BY Clause Writing Queries that Use Aggregate Writing Queries that Use Distinct Writing Queries that Filter Groups with the HAVING Clause X. Using Subqueries This module describes several types of subquery and how and when to use them. A. Writing Self-Contained Subqueries B. Writing Correlated Subqueries C. Using the EXISTS Predicate with Subqueries Lab: Using Subqueries Writing Queries That Use Self-Contained Subqueries Writing Queries That Use Scalar and Multi-Result Subqueries Writing Queries That Use Correlated Subqueries and an EXISTS Clause XI. 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. A. Using Views B. Using Inline Table-Valued C. Using Derived Tables D. Using Common Table Expressions Lab: Using Table Expressions Writing Queries That Use Views Writing Queries That Use Derived Tables Writing Queries That Use Common Table Expressions (CTEs) Writing Queries That Sue Inline Table- Valued Expressions XII. Using Set Operators This module introduces how to use the set operators UNION, INTERSECT, and EXCEPT to compare rows between two input sets. A. Writing Queries with the UNION operator B. Using EXCEPT and INTERSECT C. Using APPLY Lab: Using Set Operators Writing Queries That Use UNION Set Operators and UNION ALL Writing Queries That Use CROSS APPLY and OUTER APPLY Operators Writing Queries That Use the EXCEPT and INTERSECT Operators

Course Outline (cont d) XIII. Using Windows Ranking, Offset, and This module describes the benefits to 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. A. Creating Windows with OVER B. Exploring Window Lab: Using Windows Ranking, Offset, and Writing Queries that use Ranking Writing Queries that use Offset Writing Queries that use Window XIV. Pivoting and Grouping Sets This module describes write queries that pivot and unpivot result sets. Write queries that specify multiple groupings with grouping sets A. Writing Queries with PIVOT and UNPIVOT B. Working with Grouping Sets Lab: Pivoting and Grouping Sets Writing Queries that use the PIVOT Operator Writing Queries that use the UNPIVOT Operator Writing Queries that use the GROUPING SETS CUBE and ROLLUP Subclauses XV. 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. A. Querying Data with Stored Procedures B. Passing Parameters to Stored procedures C. Creating Simple Stored Procedures D. Working with Dynamic SQL Lab: Executing Stored Procedures Using the EXECUTE statement to Invoke Stored Procedures Passing Parameters to Stored procedures Executing System Stored Procedures XVI. Programming with T-SQL This module describes how to enhance your T-SQL code with programming elements. A. T-SQL Programming Elements B. Controlling Program Flow Lab: Programming with T-SQL Declaring Variables and Delimiting Batches Using Control-Of-Flow Elements Using Variables in a Dynamic SQL Statement Using Synonyms XVII. Implementing Error Handling This module introduces error handling for T-SQL. A. Implementing T-SQL error handling B. Implementing structured exception handling Lab: Implementing Error Handling Redirecting errors with TRY/CATCH Using THROW to pass an error message back to a client XVIII. Implementing Transactions This module describes how to implement transactions. A. Transactions and the database engines B. Controlling transactions Lab: Implementing Transactions Controlling transactions with BEGIN, COMMIT, and ROLLBACK Adding error handling to a CATCH block