Querying Data with Transact-SQL

Similar documents
Querying Microsoft SQL Server 2014

Querying Data with Transact-SQL

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

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

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

Querying Data with Transact-SQL

Querying Data with Transact-SQL

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

Querying Data with Transact-SQL

Querying Data with Transact SQL

Querying Data with Transact-SQL (20761)

Querying Data with Transact-SQL

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

Querying Data with Transact-SQL

20461: Querying Microsoft SQL Server

20761C: Querying Data with Transact-SQL

20761B: QUERYING DATA WITH TRANSACT-SQL

Course 20461C: Querying Microsoft SQL Server

Querying Data with Transact-SQL

Querying Microsoft SQL Server

Microsoft Querying Data with Transact-SQL - Performance Course

COURSE OUTLINE: Querying Microsoft SQL Server

Querying Microsoft SQL Server (MOC 20461C)

Querying Microsoft SQL Server

Microsoft Querying Microsoft SQL Server 2014

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

AVANTUS TRAINING PTE LTD

Querying Microsoft SQL Server 2014

Querying Microsoft SQL Server

20461D: Querying Microsoft SQL Server

Querying Microsoft SQL Server

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

Querying Microsoft SQL Server 2012/2014

COURSE OUTLINE MOC 20461: QUERYING MICROSOFT SQL SERVER 2014

Querying Microsoft SQL Server

After completing this course, participants will be able to:

20461: Querying Microsoft SQL Server 2014 Databases

Course 20461C: Querying Microsoft SQL Server

Querying Microsoft SQL Server 2008/2012

MS_20761 Querying Data with Transact-SQL

20761 Querying Data with Transact SQL

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

Querying Data with Transact-SQL

MIS NETWORK ADMINISTRATOR PROGRAM

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

Querying Microsoft SQL Server 2014

MCSA SQL SERVER 2012

Querying Data with Transact-SQL

Querying Data with Transact-SQL (761)

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

Writing Queries Using Microsoft SQL Server 2008 Transact- SQL

Sql Server Syllabus. Overview

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

Writing Analytical Queries for Business Intelligence

Oracle Database 10g: Introduction to SQL

Querying Microsoft SQL Server 2014

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

Oracle Database 11g: SQL and PL/SQL Fundamentals

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

ETL TESTING TRAINING

Querying Microsoft SQL Server 2014 (20461)

Querying Data with Transact SQL

Oracle Database: Introduction to SQL Ed 2

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

Teradata SQL Features Overview Version

MTA Database Administrator Fundamentals Course

Mobile MOUSe MTA DATABASE ADMINISTRATOR FUNDAMENTALS ONLINE COURSE OUTLINE

COWLEY COLLEGE & Area Vocational Technical School

Oracle Database: SQL and PL/SQL Fundamentals NEW

Oracle Database: SQL and PL/SQL Fundamentals Ed 2

Oracle Syllabus Course code-r10605 SQL

Querying Data With Transact Sql Course Code 20761a

This course is aimed at those who need to extract information from a relational database system.

1 Writing Basic SQL SELECT Statements 2 Restricting and Sorting Data

MANAGING DATA(BASES) USING SQL (NON-PROCEDURAL SQL, X401.9)

Certification Exam Preparation Seminar: Oracle Database SQL

MySQL for Developers with Developer Techniques Accelerated

AO3 - Version: 2. Oracle Database 11g SQL

PeopleSoft Query/BI Publisher Power Combo Rel 8.53

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

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

MySQL for Beginners Ed 3

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

CS 582 Database Management Systems II

Unit Assessment Guide

Deccansoft softwareservices-microsoft Silver Learing Partner. SQL Server Syllabus

Lab # 6. Using Subqueries and Set Operators. Eng. Alaa O Shama

Introduction to Computer Science and Business

SEF DATABASE FOUNDATION ON ORACLE COURSE CURRICULUM

Oracle Database 12c SQL Fundamentals

Implementing Table Operations Using Structured Query Language (SQL) Using Multiple Operations. SQL: Structured Query Language

Oracle 1Z Oracle Database 12c SQL. Download Full Version :

Implementing a Microsoft SQL Server 2005 Database Course 2779: Three days; Instructor-Led

ORACLE PL/SQL DATABASE COURSE

Developing SQL Data Models

Course Outline. MySQL Database Administration & Design. Course Description: Pre-requisites: Course Content:

Course Outline and Objectives: Database Programming with SQL

MySQL for Developers Ed 3

SQL Retrieving Data from Multiple Tables

Chapter 7. Introduction to Structured Query Language (SQL) Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel

Transcription:

Querying Data with Transact-SQL Course: 20761 Course Details Audience(s): IT Professional(s) Technology: Microsoft SQL Server 2016 Duration: 24 HRs. ABOUT THIS COURSE This course is designed to introduce students to Transact-SQL. It is designed in such a way that the first 24 hours can be taught as a course to students requiring the knowledge for other courses in the SQL Server curriculum. The next 16 hours teach the remaining skills required to take exam 70-761. AUDIENCE PROFILE 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. Course Content Module 1: Introduction to Microsoft SQL Server 2016 The Basic Architecture of SQL Server SQL Server Editions and Versions Getting Started with SQL Server Management Studio Lab: Working with SQL Server 2016 Tools

Module 2: Introduction to T-SQL Introducing T-SQL Understanding Sets Understanding Predicate Logic Understanding the Logical Order of Operations in SELECT statements Lab: Introduction to T-SQL Querying Module 3: Writing SELECT Queries Writing Simple SELECT Statements Eliminating Duplicates with DISTINCT Using Column and Table Aliases Writing Simple CASE Expressions Lab: Writing Basic SELECT Statements Module 4: Querying Multiple Tables Understanding Joins Querying with Inner Joins Querying with Outer Joins Querying with Cross Joins and Self Joins Lab: Querying Multiple Tables Module 5: Sorting and Filtering Data Sorting Data Filtering Data with Predicates Filtering Data with TOP and OFFSET-FETCH Working with Unknown Values Lab: Sorting and Filtering Data

Module 6: Working with SQL Server 2016 Data Types Introducing SQL Server 2016 Data Types Working with Character Data Working with Date and Time Data Lab: Working with SQL Server 2016 Data Types Module 7: Using DML to Modify Data Inserting Data Modifying and Deleting Data Lab: Using DML to Modify Data Module 8: Using Built-In Functions Writing Queries with Built-In Functions Using Conversion Functions Using Logical Functions Using Functions to Work with NULL Lab: Using Built-In Functions Module 9: Grouping and Aggregating Data Using Aggregate Functions Using the GROUP BY Clause Filtering Groups with HAVING Lab: Grouping and Aggregating Data

Module 10: Using Subqueries Writing Self-Contained Subqueries Writing Correlated Subqueries Using the EXISTS Predicate with Subqueries Lab: Using Subqueries Module 11: Using Table Expressions Using Views Using Inline Table-Valued Functions Using Derived Tables Using Common Table Expressions Lab: Using Table Expressions Module 12: Using Set Operators Writing Queries with the UNION operator Using EXCEPT and INTERSECT Using APPLY Lab: Using Set Operators Module 13: Using Windows Ranking, Offset, and Aggregate Functions Creating Windows with OVER Exploring Window Functions Lab: Using Windows Ranking, Offset, and Aggregate Functions

Module 14: Pivoting and Grouping Sets Writing Queries with PIVOT and UNPIVOT Working with Grouping Sets Lab: Pivoting and Grouping Sets Module 15: Executing Stored Procedures Querying Data with Stored Procedures Passing Parameters to Stored procedures Creating Simple Stored Procedures Working with Dynamic SQL Lab: Executing Stored Procedures Module 16: Programming with T-SQL T-SQL Programming Elements Controlling Program Flow Lab: Programming with T-SQL Module 17: Implementing Error Handling Implementing T-SQL error handling Implementing structured exception handling Lab: Implementing Error Handling Module 18: Implementing Transactions Transactions and the database engines Controlling transactions Lab: Implementing Transactions

At This Course Completion At completing this course the student will be able to: Describe the basic architecture and concepts of Microsoft SQL Server 2016. Understand the similarities and differences between Transact-SQL and other computer languages. Write SELECT queries Query multiple tables Sort and filter data Describe the use of data types in SQL Server Modify data using Transact-SQL Use built-in functions Group and aggregate data Use subqueries Use table expressions Use set operators Use window ranking, offset and aggregate functions Implement pivoting and grouping sets Execute stored procedures Program with T-SQL Implement error handling Implement transactions