Writing Queries Using Microsoft SQL Server 2008 Transact- SQL

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

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

Querying Microsoft SQL Server 2014

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

Querying Microsoft SQL Server

Querying Data with Transact-SQL

AVANTUS TRAINING PTE LTD

"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 2008/2012

Querying Microsoft SQL Server

COURSE OUTLINE: Querying Microsoft SQL Server

20461D: Querying Microsoft SQL Server

Querying Data with Transact-SQL

20461: Querying Microsoft SQL Server 2014 Databases

Querying Microsoft SQL Server

Querying Data with Transact-SQL

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

Querying Data with Transact-SQL

20761B: 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 Microsoft SQL Server 2014

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

Querying Data with Transact-SQL

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

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

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

Querying Microsoft SQL Server 2014

COURSE OUTLINE MOC 20461: QUERYING MICROSOFT SQL SERVER 2014

Querying Microsoft SQL Server (MOC 20461C)

2779 : Implementing a Microsoft SQL Server 2005 Database

Querying Data with Transact-SQL

Course 20461C: Querying Microsoft SQL Server

After completing this course, participants will be able to:

MIS NETWORK ADMINISTRATOR PROGRAM

Querying Microsoft SQL Server 2014

Querying Data with Transact-SQL (20761)

Microsoft Querying Data with Transact-SQL - Performance Course

Querying Microsoft SQL Server

20761C: Querying Data with Transact-SQL

MySQL for Developers with Developer Techniques Accelerated

Developing SQL Data Models

COWLEY COLLEGE & Area Vocational Technical School

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

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

Querying Data with Transact-SQL (761)

20761 Querying Data with Transact SQL

MS_20761 Querying Data with Transact-SQL

Querying Data with Transact-SQL

Querying Data with Transact SQL

Querying Data with Transact-SQL

Course 20461C: Querying Microsoft SQL Server

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

MySQL for Developers Ed 3

Updating your Database Skills to Microsoft SQL Server 2012

MySQL for Developers Ed 3

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

Provisioning SQL Databases

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

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

MCSA SQL SERVER 2012

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

MySQL for Beginners Ed 3

SQL Server 2014 Internals and Query Tuning

20464 Developing Microsoft SQL Server Databases

20762B: DEVELOPING SQL DATABASES

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

Microsoft FAST Search Server 2010 for SharePoint for Application Developers Course 10806A; 3 Days, Instructor-led

Developing Microsoft SQL Server Databases

10987: Performance Tuning and Optimizing SQL Databases

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

SharePoint 2013 Power User

AVANTUS TRAINING PTE LTD

Querying Microsoft SQL Server (461)

Administering Microsoft SQL Server Databases

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

COURSE SYLLABUS COURSE TITLE:

Writing Analytical Queries for Business Intelligence

Implementing a SQL Data Warehouse

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

Oracle Database 10g: Introduction to SQL

Introduction to Web Development with Microsoft Visual Studio 2010

SEF DATABASE FOUNDATION ON ORACLE COURSE CURRICULUM

SQL Server Administration 10987: Performance Tuning and Optimizing SQL Databases. Upcoming Dates. Course Description.

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database

Querying Data with Transact-SQL

Course 80436A C/Side Introduction in Microsoft Dynamics NAV 2013

Microsoft. [MS20762]: Developing SQL Databases

Developing SQL Databases

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

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database

2554 : Administering Microsoft Windows SharePoint Services and SharePoint Portal Server 2003

80425: Intelligent Data Management Framework in Microsoft Dynamics AX 2012

[MS10987A]: Performance Tuning and Optimizing SQL Databases

SharePoint 2013 Business Intelligence

Transcription:

Writing Queries Using Microsoft SQL Server 2008 Transact- SQL Course 2778-08; 3 Days, Instructor-led Course Description This 3-day instructor led course provides students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server 2008. Audience Profile This course is intended for SQL Server database administrators, implementers, system engineers, and developers who are responsible for writing queries. At Course Completion After completing this course, students will be able to: Describe the uses of and ways to execute the Transact-SQL language Use querying tool Write SELECT queries to retrieve data Group and summarize data by using Transact-SQL Join data from multiple tables Write queries that retrieve and modify data by using sub-queries Modify data in tables Query text fields with full-text search Describe how to create programming objects Use various techniques when working with complex queries Prerequisites Before attending this course, students must have: Knowledge of data integrity concepts Core Windows Server skills Relational database design skills

Programming skills Course Outline Module 1: Getting Started with Databases and Transact-SQL in SQL Server 2008 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 2008. 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 2008 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 Server Management Studio Starting and Using SQLCMD Generating a Report from a SQL Server Database Using Microsoft Office Excel Describe the architecture and components of SQL Server 2008 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 2008 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 2008 by using aggregate functions and the COMPUTE clause. Summarizing Data by Using Aggregate Functions Summarizing Grouped Data Ranking Grouped Data Creating Crosstab Queries Lab: Grouping and Summarizing Data 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 Sub-queries The students will be introduced to basic and correlated sub-queries and how these compare with joins and temporary tables. The students will also be introduced to using common table expressions in queries. Writing Basic Sub-queries Writing Correlated Sub-queries Comparing Sub-queries with Joins and Temporary Tables Using Common Table Expressions Lab: Working with Sub-queries Writing Basic Sub-queries Writing Correlated Sub-queries Comparing Sub-queries with Joins and Temporary Tables Using Common Table Expressions

Write basic sub-queries Write correlated sub-queries Compare sub-queries with joins and temporary tables Use 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 2008 handles XML data and will query XML data. The students will also be introduced to full-text indexing in SQL Server 2008. 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 user-defined 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 Procedures 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 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 selfreferencing 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