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

Similar documents
Writing Queries Using Microsoft SQL Server 2008 Transact- SQL

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

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

Querying Microsoft SQL Server 2014

AVANTUS TRAINING PTE LTD

Querying Data with Transact-SQL

COURSE OUTLINE: Querying Microsoft SQL Server

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

Querying Microsoft SQL Server 2008/2012

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 2012/2014

Querying Microsoft SQL Server

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

Querying Microsoft SQL Server

20461D: Querying Microsoft SQL Server

20461: Querying Microsoft SQL Server 2014 Databases

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 Microsoft SQL Server

20761B: QUERYING DATA WITH TRANSACT-SQL

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

Microsoft Querying Microsoft SQL Server 2014

Querying Data with Transact-SQL

Querying Microsoft SQL Server 2014

Querying Data with Transact-SQL (20761)

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

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

Querying Microsoft SQL Server

COURSE OUTLINE MOC 20461: QUERYING MICROSOFT SQL SERVER 2014

Querying Microsoft SQL Server (MOC 20461C)

Querying Data with Transact-SQL

Course 20461C: Querying Microsoft SQL Server

Microsoft Querying Data with Transact-SQL - Performance Course

Querying Data with Transact-SQL (761)

20761 Querying Data with Transact SQL

Querying Microsoft SQL Server 2014

COWLEY COLLEGE & Area Vocational Technical School

Discovering the Power of Excel PowerPivot Data Analytic Expressions (DAX)

20761C: Querying Data with Transact-SQL

Querying Data with Transact-SQL

After completing this course, participants will be able to:

Querying Data with Transact SQL

MIS NETWORK ADMINISTRATOR PROGRAM

MySQL for Developers with Developer Techniques Accelerated

2779 : Implementing a Microsoft SQL Server 2005 Database

MS_20761 Querying Data with Transact-SQL

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

AVANTUS TRAINING PTE LTD

Querying Data with Transact-SQL

Course 20461C: Querying Microsoft SQL Server

Developing SQL Data Models

[MS10987A]: Performance Tuning and Optimizing SQL Databases

Course. Overview. 5 Day(s) Length: Published: English. IT Professionals. Level: Type: Enroll now (CAL) Database. database files. Createe databases and

MCSA SQL SERVER 2012

20464 Developing Microsoft SQL Server Databases

MySQL for Developers Ed 3

Writing Analytical Queries for Business Intelligence

MySQL for Developers Ed 3

Course Outline: Designing, Optimizing, and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008

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

Course Details Duration: 3 days Starting time: 9.00 am Finishing time: 4.30 pm Lunch and refreshments are provided.

Microsoft. [MS20762]: Developing SQL Databases

Updating your Database Skills to Microsoft SQL Server 2012

SEF DATABASE FOUNDATION ON ORACLE COURSE CURRICULUM

Microsoft Access 2013/2016 Course Outlines (version differences will be noted in the outline).

ORACLE PL/SQL DATABASE COURSE

Performance Tuning & Optimizing SQL Databases Microsoft Official Curriculum (MOC 10987)

SQL Server Business Intelligence 20768: Developing SQL Server 2016 Data Models in SSAS. Upcoming Dates. Course Description.

Implementing and Maintaining Microsoft SQL Server 2005 Analysis Services

MySQL for Beginners Ed 3

[MS20464]: Developing Microsoft SQL Server 2014 Databases

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

Maintaining a Microsoft SQL Server 2005 Database Course 2780: Three days; Instructor-Led

ORACLE DATABASE 12C INTRODUCTION

Microsoft SQL Server Training Course Catalogue. Learning Solutions

Querying Data with Transact-SQL

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

SQL Server 2014 Internals and Query Tuning

SQL Server Development 20762: Developing SQL Databases in Microsoft SQL Server Upcoming Dates. Course Description.

Course Outline: Course : Core Solutions Microsoft SharePoint Server 2013

Business Analytics Nanodegree Syllabus

[MS10962]: Advanced Automated Administration With Windows PowerShell

20762B: DEVELOPING SQL DATABASES

CO Oracle Database 12c: Advanced PL/SQL

6234A - Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services

Course Outline: Course Automating Administration with Windows PowerShell v3.

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

Querying Microsoft SQL Server (461)

10987: Performance Tuning and Optimizing SQL Databases

Developing Microsoft SQL Server Databases

Provisioning SQL Databases

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

Course Outline: Course 10267A: Introduction to Web Development with Microsoft Visual Studio 2010 Learning Method: Instructor-led Classroom Learning

MySQL for Developers. Duration: 5 Days

COURSE 20466D: IMPLEMENTING DATA MODELS AND REPORTS WITH MICROSOFT SQL SERVER

Transcription:

Writing Queries Using Microsoft SQL Server Transact-SQL Length: 3 Day(s) Language(s): English Audience(s): IT Professionals Level: 200 Technology: Microsoft SQL Server Type: Course Delivery Method: Instructor-led (classroom) Course Outline: Module 1: Getting Started with Databases and Transact-SQL in SQL Server The student will be introduced to how client/server architecture works, and examine the various database and business tasks that can be performed by using the components of SQL Server. The student will also be introduced to SQL Server database concepts such as relational databases, normalization, and database objects. In addition, the student will learn how to use T-SQL to query databases and generate reports. Overview of SQL Server Overview of SQL Server Databases Overview and Syntax Elements of T-SQL Working with T-SQL Scripts Using T-SQL Querying Tools Lab: Using SQL Server Management Studio and SQLCMD Exploring the Components and Executing Queries in SQL Starting and Using SQLCMD Generating a Report from a SQL Server Database Using Microsoft Office Excel Page 1

Describe the architecture and components of SQL Server. Describe the structure of a SQL Server database. Explain the basics of the SQL language. Describe the syntax elements of T-SQL. Explain how to manage T-SQL scripts Use T-SQL querying tools to query SQL Server databases. Module 2: Querying and Filtering Data The students will be introduced to the basic Transact-SQL (T-SQL) statements that are used for writing queries, filtering data, and formatting result sets. Using the SELECT Statement Filtering Data Working with NULL Values Formatting Result Sets Performance Considerations for Writing Queries Lab: Querying and Filtering Data Retrieving Data by Using the SELECT Statement Filtering Data by Using Different Search Conditions Using Functions to Work with NULL Values Formatting Result Sets Retrieve data by using the SELECT statement. Filter data by using different search conditions. Explain how to work with NULL values. Format result sets. Describe the performance considerations that affect data retrieval. Module 3: Grouping and Summarizing Data The students will learn to group and summarize data when generating reports in Microsoft SQL Server by using aggregate functions and the COMPUTE clause. Page 2

Summarizing Data by Using Aggregate Functions Summarizing Grouped Data Ranking Grouped Data Creating Crosstab Queries Summarize data by using aggregate functions Summarize grouped data by using the GROUP BY and COMPUTE clauses. Rank grouped data. Create cross-tabulation queries by using the PIVOT and UNPIVOT clauses. Module 4: Joining Data from Multiple Tables The students will learn to write joins to query multiple tables, as well as limiting and combining result sets. Querying Multiple Tables by Using Joins Applying Joins for Typical Reporting Needs Combining and Limiting Result Set Lab: Joining Data from Multiple Tables Querying Multiple Tables by Using Joins Applying Joins for Typical Reporting Needs Combining and Limiting Result Sets Query multiple tables by using joins. Apply joins for typical reporting needs. Combine and limit result sets. Module 5: Working with Subqueries The students will be introduced to basic and correlated subqueries and how these compare with joins and temporary tables. The students will also be introduced to using common table expressions in queries. Writing Basic Subqueries Writing Correlated Subqueries Comparing Subqueries with Joins and Temporary Tables Using Common Table Expressions Page 3

Lab: Working with Subqueries Writing Basic Subqueries Writing Correlated Subqueries Comparing Subqueries with Joins and Temporary Tables Comparing Subqueries with Joins and Temporary Tables Write basic subqueries. Write correlated subqueries Compare subqueries with joins and temporary tables Using common table expressions in queries Module 6: Modifying Data in Tables The students will be able to modify the data in tables by using the INSERT, DELETE, and UPDATE statements. In addition, students will examine how transactions work in a database, the importance of transaction isolation levels, and how to manage transactions. Inserting Data into Tables Deleting Data from Tables Updating Data in Tables Overview of Transactions Lab: Modifying Data in Tables Inserting Data into Tables Deleting Data from Tables Updating Data in Tables Working with Transactions Insert data into tables Delete data from tables Update data in tables Describe transactions Module 7: Querying Metadata, XML, and Full-Text Indexes The students will learn to query semi-structured and unstructured data. The students will also learn how SQL Server handles XML data and will query XML data. The students will also be introduced to full-text indexing in SQL Server. Page 4

Querying Metadata Overview of XML Querying XML Data Overview of Full-Text Indexes Querying Full-Text Indexes Lab: Querying Metadata, XML, and Full-Text Indexes Querying Metadata Querying XML Data Creating and Querying Full-Text Indexes Query metadata Describe the functionality of XML. Query XML data. Describe the functionality of full-text indexes. Query full-text indexes. Module 8: Using Programming Objects for Data Retrieval The students will be introduced to user-defined functions and executing various kinds of queries by using userdefined functions. The students will be introduced to SQL Server views that encapsulate data and present users with limited and relevant information. In addition, the students will be introduced to SQL Server stored procedures and the functionalities of the various programming objects. The students will learn how to perform distributed queries and how SQL Server works with heterogeneous data such as databases, spreadsheets, and other servers. Overview of Views Overview of User-Defined Functions Overview of Stored Procedure Overview of Triggers Writing Distributed Queries Lab: Using Programming Objects for Data Retrieval Creating Views Creating User-Defined Functions Creating Stored Procedures Writing Distributed Queries Page 5

Encapsulate queries by using views. Encapsulate expressions by using user-defined functions. Explain how stored procedures encapsulate T-SQL logic. Define triggers, types of triggers, create a trigger. Write distributed queries. Module 9: Using Advanced Querying Techniques The students will be introduced to best practices for querying complex data. The students will also examine how to query complex table structures such as data stored in hierarchies and self-referencing tables. The students will analyze the recommended guidelines for executing queries and how to optimize query performance. Considerations for Querying Data Working with Data Types Cursors and Set-Based Queries Dynamic SQL Maintaining Query Files Lab: Using Advanced Querying Techniques Using Execution Plans Converting Data Types Implementing a Hierarchy Using Cursors and Set-Based Queries Explain the recommendations for querying complex data. Query complex table structures. Write efficient queries. Use various techniques when working with complex queries. Maintain query files. Before attending this course, students must have: Knowledge of data integrity concepts. Core Windows Server skills. Relational database design skills. Programming skills. Page 6