Querying Data with Transact-SQL (20761)

Similar documents
Querying Data with Transact-SQL

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

Querying Microsoft SQL Server 2014

Querying Data with Transact-SQL

Querying Data with Transact SQL

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

Course 20461C: Querying Microsoft SQL Server

Querying Data with Transact-SQL

Querying Data with Transact-SQL

Querying Microsoft SQL Server 2014

Querying Microsoft SQL Server

Querying Microsoft SQL Server (MOC 20461C)

Microsoft Querying Microsoft SQL Server 2014

Querying Data with Transact-SQL

Querying Microsoft SQL Server

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

AVANTUS TRAINING PTE LTD

20761B: QUERYING DATA WITH TRANSACT-SQL

Querying Microsoft SQL Server 2012/2014

Querying Microsoft SQL Server

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

Querying Microsoft SQL Server 2008/2012

Course 20461C: Querying Microsoft SQL Server

Microsoft Querying Data with Transact-SQL - Performance Course

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

Querying Microsoft SQL Server

Querying Data with Transact-SQL

20461D: Querying Microsoft SQL Server

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

20461: Querying Microsoft SQL Server

Querying Microsoft SQL Server

COURSE OUTLINE: Querying Microsoft SQL Server

20761 Querying Data with Transact SQL

Querying Data with Transact-SQL

After completing this course, participants will be able to:

Querying Data with Transact-SQL

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

Querying Microsoft SQL Server 2014

Querying Data with Transact-SQL

COURSE OUTLINE MOC 20461: QUERYING MICROSOFT SQL SERVER 2014

20761C: Querying Data with Transact-SQL

20461: Querying Microsoft SQL Server 2014 Databases

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

MS_20761 Querying Data with Transact-SQL

Querying Microsoft SQL Server 2014 (20461)

MIS NETWORK ADMINISTRATOR PROGRAM

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

Performance Tuning and Optimizing SQL Databases (10987)

MCSA SQL SERVER 2012

Querying Data with Transact-SQL

Implementing a SQL Data Warehouse (20767)

Querying Microsoft SQL Server 2014

Writing Analytical Queries for Business Intelligence

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

Querying Data with Transact-SQL (761)

Installing and Configuring Windows 10 (20698)

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

Writing Queries Using Microsoft SQL Server 2008 Transact- SQL

Advanced Technologies of SharePoint 2016 ( )

Windows PowerShell Scripting and Toolmaking (PowerShell v3.0) (55039)

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

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

MTA Database Administrator Fundamentals Course

Sql Server Syllabus. Overview

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

Oracle Database 10g: Introduction to SQL

Oracle Database: Introduction to SQL Ed 2

Administering a SQL Database Infrastructure (20764)

PowerShell for System Center Configuration Manager Administrators (55133)

Oracle Database 11g: SQL and PL/SQL Fundamentals

Administering System Center Configuration Manager ( )

Oracle Syllabus Course code-r10605 SQL

Identity with Windows Server 2016 (20742)

Oracle Database: SQL and PL/SQL Fundamentals NEW

Oracle Database: SQL and PL/SQL Fundamentals Ed 2

Upgrading Your Skills to Windows Server 2016 MCSA (20743)

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

1 Writing Basic SQL SELECT Statements 2 Restricting and Sorting Data

Teradata SQL Features Overview Version

ETL TESTING TRAINING

Querying Data With Transact Sql Course Code 20761a

20463: Implementing a Data Warehouse with Microsoft SQL Server

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

Certification Exam Preparation Seminar: Oracle Database SQL

Mobile MOUSe MTA DATABASE ADMINISTRATOR FUNDAMENTALS ONLINE COURSE OUTLINE

20466: Implementing Data Models and Reports with Microsoft SQL Server

AO3 - Version: 2. Oracle Database 11g SQL

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

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

20465: Designing a Data Solution with Microsoft SQL Server

Oracle Database 12c SQL Fundamentals

Developing SQL Data Models

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

Querying Data with Transact SQL

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

Updating your Database Skills to Microsoft SQL Server 2012

Track MS-100: Microsoft 365 Identity and Services

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

Course Outline. Writing Reports with Report Builder and SSRS Level 1 Course 55123: 2 days Instructor Led. About this course

COWLEY COLLEGE & Area Vocational Technical School

Transcription:

Querying Data with Transact-SQL (20761) Formato do curso: Presencial e Live Training Preço: 1630 Nível: Iniciado Duração: 35 horas The main purpose of this 5 day instructor led 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. The course will very likely be well attended by SQL power users who aren t necessarily database-focused; namely, report writers, business analysts and client application developers. Destinatários This course is intended for Database Administrators, Database Developers, and Business Intelligence professionals. The course will very likely be well attended by SQL power users who aren t necessarily database-focused; namely, report writers, business analysts and client application developers. Pré-requisitos Working knowledge of relational databases. Basic knowledge of the Microsoft Windows operating system and its core functionality. Objectivos 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 Programa Module 1: 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. Lessons 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 Working with SQL Server Management Studio Creating and Organizing T-SQL Scripts Using Books Online 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. Lessons Introducing T-SQL Understanding Sets Understanding Predicate Logic 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 Module 3: Writing SELECT Queries This module introduces the fundamentals of the SELECT statement, focusing on queries against a single table. Lessons Writing Simple SELECT Statements Eliminating Duplicates with DISTINCT Using Column and Table Aliases 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 Module 4: Querying Multiple Tables This module describes how to write queries that combine data from multiple sources in Microsoft SQL Server 2016. Lessons Understanding Joins Querying with Inner Joins Querying with Outer Joins 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 Module 5: Sorting and Filtering Data This module describes how to implement sorting and filtering. Lessons Sorting Data Filtering Data with Predicates Filtering Data with TOP and OFFSET-FETCH 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 Module 6: Working with SQL Server 2016 Data Types This module introduces the data types SQL Server uses to store data. Lessons Introducing SQL Server 2016 Data Types Working with Character Data 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 Functions Writing Queries That Return Character Data Writing Queries That Return Character Functions Module 7: Using DML to Modify Data This module describes how to create DML queries, and why you would want to. Lessons Inserting Data Modifying and Deleting Data Lab : Using DML to Modify Data Inserting Data Updating and Deleting Data Module 8: Using Built-In Functions This module introduces some of the many built in functions in SQL Server 2016. Lessons Writing Queries with Built-In Functions Using Conversion Functions Using Logical Functions Using Functions to Work with NULL Lab : Using Built-In Functions Writing Queries That Use Conversion Functions Writing Queries that use Logical Functions Writing Queries that Test for Nullability

Module 9: Grouping and Aggregating Data This module describes how to use aggregate functions. Lessons Using Aggregate Functions Using the GROUP BY Clause Filtering Groups with HAVING Lab : Grouping and Aggregating Data Writing Queries That Use the GROUP BY Clause Writing Queries that Use Aggregate Functions Writing Queries that Use Distinct Aggregate Functions Writing Queries that Filter Groups with the HAVING Clause Module 10: Using Subqueries This module describes several types of subquery and how and when to use them. Lessons Writing Self-Contained Subqueries Writing Correlated Subqueries 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 Module 11: Using Set Operators This module introduces how to use the set operators UNION, INTERSECT, and EXCEPT to compare rows between two input sets. Lessons Writing Queries with the UNION operator Using EXCEPT and INTERSECT Using APPLY Lab : Using Set Operators