Writing Queries Using Microsoft SQL Server 2008 Transact-SQL

Similar documents
Module 1: Getting Started with Databases and Transact-SQL in SQL Server 2008

Writing Queries Using Microsoft SQL Server 2008 Transact-SQL

Course ID#: W 35 Hrs. Course Content

Querying Microsoft SQL Server 2012

Querying Microsoft SQL Server 20461C; 5 days

Querying Microsoft SQL Server

Querying Microsoft SQL Server Course M Day(s) 30:00 Hours

Course 10774A: Querying Microsoft SQL Server 2012 Length: 5 Days Published: May 25, 2012 Language(s): English Audience(s): IT Professionals

Course 10774A: Querying Microsoft SQL Server 2012

MOC QUERYING MICROSOFT SQL SERVER

MS Designing and Optimizing Database Solutions with Microsoft SQL Server 2008

Introducing Microsoft SQL Server 2012 Getting Started with SQL Server Management Studio

Course 20461C: Querying Microsoft SQL Server Duration: 35 hours

Querying Microsoft SQL Server 2012

Querying Microsoft SQL Server (20461) H8N61S

AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014

Saskatoon Business College Corporate Training Centre

Querying Microsoft SQL Server 2012

Course 6232A: Implementing a Microsoft SQL Server 2008 Database

Introduction to Querying & Reporting with SQL Server

DIPLOMADO EN BASE DE DATOS

MOC 20461C: Querying Microsoft SQL Server. Course Overview

How To Use A Microsoft Sql Server 2005

SQL Server for developers. murach's TRAINING & REFERENCE. Bryan Syverson. Mike Murach & Associates, Inc. Joel Murach

Course 20464: Developing Microsoft SQL Server Databases

Developing Microsoft SQL Server Databases 20464C; 5 Days

20464C: Developing Microsoft SQL Server Databases

Querying Microsoft SQL Server Querying Microsoft SQL Server D. Course 10774A: Course Det ails. Co urse Outline

Developing Microsoft SQL Server Databases

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

This three-day instructor-led course provides existing SQL Server database professionals with the knowledge

Implementing a Microsoft SQL Server 2005 Database

Designing Database Solutions for Microsoft SQL Server 2012

LearnFromGuru Polish your knowledge

MySQL for Beginners Ed 3

Implementing a Microsoft SQL Server 2008 Database

Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services

D61830GC30. MySQL for Developers. Summary. Introduction. Prerequisites. At Course completion After completing this course, students will be able to:

DBMS / Business Intelligence, SQL Server

SQL SERVER TRAINING CURRICULUM

Developing Microsoft SQL Server Databases (20464) H8N64S

Implementing and Maintaining Microsoft SQL Server 2005 Reporting Services COURSE OVERVIEW AUDIENCE OUTLINE OBJECTIVES PREREQUISITES

Updating your Database skills to Microsoft SQL Server 2012

Developing Microsoft SQL Server Databases MOC 20464

Intelligent Data Management Framework in Microsoft Dynamics AX 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 (70-463)

Implementing Data Models and Reports with Microsoft SQL Server 20466C; 5 Days

SQL Server Developer Training Program. Topics Covered

SQL Server 2014 Performance Tuning and Optimization 55144; 5 Days; Instructor-led

Microsoft Enterprise Search for IT Professionals Course 10802A; 3 Days, Instructor-led

Microsoft Implementing Data Models and Reports with Microsoft SQL Server

Microsoft SQL Server Beginner course content (3-day)

Implementing a Data Warehouse with Microsoft SQL Server 2012

Course Outline. SQL Server 2014 Performance Tuning and Optimization Course 55144: 5 days Instructor Led

Upgrading Your SQL Server 2000 Database Administration (DBA) Skills to SQL Server 2008 DBA Skills Course 6317A: Three days; Instructor-Led

Designing a Data Solution with Microsoft SQL Server 2014

Course 20463:Implementing a Data Warehouse with Microsoft SQL Server

Course 20464C: Developing Microsoft SQL Server Databases

FHE DEFINITIVE GUIDE. ^phihri^^lv JEFFREY GARBUS. Joe Celko. Alvin Chang. PLAMEN ratchev JONES & BARTLETT LEARN IN G. y ti rvrrtuttnrr i t i r

Administering Microsoft SQL Server Databases

Microsoft. Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server

COURSE OUTLINE UCLA EXTENSI ON MGMNT X

COURSE 20463C: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER

2933A: Developing Business Process and Integration Solutions Using Microsoft BizTalk Server 2006

MCTS Microsoft SQL Server 2005 Implementation & Maintenance

COURSE SYLLABUS COURSE TITLE:

Administering Microsoft SQL Server Databases

SQL SERVER DEVELOPER Available Features and Tools New Capabilities SQL Services Product Licensing Product Editions Will teach in class room

Implementing a Data Warehouse with Microsoft SQL Server

Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012

Administering Microsoft SQL Server 2012 Databases

Administering Microsoft SQL Server Databases

Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days

Administering Microsoft SQL Server Databases

MS 20465: Designing Database Solutions for Microsoft SQL Server 2012

ADMINISTERING MICROSOFT SQL SERVER DATABASES

Course 20462C: Administering Microsoft SQL Server Databases

Course Title: Reporting in Microsoft Dynamics CRM 2011

MS 10977B Upgrading Your SQL Server Skills to Microsoft SQL Server 2014

This three-day instructor-led course provides students with the tools to extend Microsoft Dynamics CRM 4.0.

Implementing a Data Warehouse with Microsoft SQL Server 2012

Administering Microsoft SQL Server Databases 20462C; 5 days

This course will also teach how to create various kinds of dashboards using Reporting Services.

"Charting the Course... MOC AC SQL Server 2014 Performance Tuning and Optimization. Course Summary

Development and Management

Microsoft Administering Microsoft SQL Server Databases

Microsoft SQL Server 2008 Bible

Administering a Microsoft SQL Server 2000 Database

Oracle 10g PL/SQL Training

Database Architecture and Administration

Oracle Database 10g: Program with PL/SQL

Administering a Microsoft SQL Server 2000 Database

Course Outline: Course: Implementing a Data Warehouse with Microsoft SQL Server 2012 Learning Method: Instructor-led Classroom Learning

Course 20462: Administering Microsoft SQL Server Databases

Course: Administering Microsoft SQL Server Databases Overview

Transcription:

Course 2778A: Writing Queries Using Microsoft SQL Server 2008 Transact-SQL Length: 3 Days Language(s): English Audience(s): IT Professionals Level: 200 Technology: Microsoft SQL Server 2008 Type: Course Delivery Method: Instructor-led (classroom) About this Course 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 subqueries.

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. Pre-requisites 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 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 Lab: Working with Subqueries Writing Basic Subqueries Writing Correlated Subqueries Comparing Subqueries with Joins and Temporary Tables Using Common Table Expressions Write basic subqueries. Write correlated subqueries. Compare subqueries 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