SlideShare une entreprise Scribd logo
1  sur  7
Writing Queries Using Microsoft SQL
Server 2008 Transact-SQL
Course 2778A: two or three days; Instructor-Led
About this Course
This instructor led course provides students with the technical skills required to write basic Transact-SQL
queries for Microsoft SQL Server 2008. Days one and two are for IT support professionals as well as
information workers who are required to query data from a Microsoft SQL Server database. Day three is
more advanced and is designed for experienced IT professionals
Audience Profile
IT support professionals, Information Workers and Developers.
At Course Completion
After completing days one and two of 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.
After completing day three of this course, students will be able to:
• 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:
• Basic understanding of tables, columns and data types
• Basic Windows skills
• Conceptual understanding of the need to extract data to deliver to reports, applications and
users
• Conceptual understanding of inserting, updating and deleting data
RiverHead Training Inc.
425 Sixth Avenue, Suite 1500 Regional Enterprise Tower Pittsburgh Pennsylvania 15219
www.riverheadtraining.com Phone: 412-391-7473 Fax: 412-391-7484 Email: education@riverhd.com
Length: 2 - 3 Day(s)
Published: November 21, 2008
Audience(s): IT Professionals
Level: 200
Technology: Microsoft SQL Server 2008
Delivery
Method:
Instructor-led (classroom)
Writing Queries Using Microsoft SQL
Server 2008 Transact-SQL
Course 2778A: two or three days; Instructor-Led
Course Outline: Days one and two
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.
Lessons
• 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
o Lab : Using SQL Server Management Studio and SQLCMD
o Exploring the Components and Executing Queries in SQL Server Management Studio
o Starting and Using SQLCMD
o Generating a Report from a SQL Server Database Using Microsoft Office Excel
After completing this module, students will be able to:
• 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.
Lessons
• Using the SELECT Statement
• Filtering Data
• Working with NULL Values
• Formatting Result Sets
• Performance Considerations for Writing Queries
RiverHead Training Inc.
425 Sixth Avenue, Suite 1500 Regional Enterprise Tower Pittsburgh Pennsylvania 15219
www.riverheadtraining.com Phone: 412-391-7473 Fax: 412-391-7484 Email: education@riverhd.com
Writing Queries Using Microsoft SQL
Server 2008 Transact-SQL
Course 2778A: two or three days; Instructor-Led
o Lab : Querying and Filtering Data
o Retrieving Data by Using the SELECT Statement
o Filtering Data by Using Different Search Conditions
o Using Functions to Work with NULL Values
o Formatting Result Sets
After completing this module, students will be able to:
• 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.
Lessons
• Summarizing Data by Using Aggregate Functions
• Summarizing Grouped Data
• Ranking Grouped Data
• Creating Crosstab Queries
o Lab : Grouping and Summarizing Data
o Summarizing Data by Using Aggregate Functions
o Summarizing Grouped Data
o Ranking Grouped Data
o Creating Crosstab Queries
After completing this module, students will be able to:
• 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.
Lessons
• Querying Multiple Tables by Using Joins
• Applying Joins for Typical Reporting Needs
• Combining and Limiting Result Set
o Lab : Joining Data from Multiple Tables
RiverHead Training Inc.
425 Sixth Avenue, Suite 1500 Regional Enterprise Tower Pittsburgh Pennsylvania 15219
www.riverheadtraining.com Phone: 412-391-7473 Fax: 412-391-7484 Email: education@riverhd.com
Writing Queries Using Microsoft SQL
Server 2008 Transact-SQL
Course 2778A: two or three days; Instructor-Led
o Querying Multiple Tables by Using Joins
o Applying Joins for Typical Reporting Needs
o Combining and Limiting Result Sets
After completing this module, students will be able to:
• 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.
Lessons
• Writing Basic Subqueries
• Writing Correlated Subqueries
• Comparing Subqueries with Joins and Temporary Tables
• Using Common Table Expressions
o Lab : Working with Subqueries
o Writing Basic Subqueries
o Writing Correlated Subqueries
o Comparing Subqueries with Joins and Temporary Tables
o Using Common Table Expressions
After completing this module, students will be able to:
• 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.
Lessons
• Inserting Data into Tables
• Deleting Data from Tables
• Updating Data in Tables
• Overview of Transactions
o Lab : Modifying Data in Tables
o Inserting Data into Tables
RiverHead Training Inc.
425 Sixth Avenue, Suite 1500 Regional Enterprise Tower Pittsburgh Pennsylvania 15219
www.riverheadtraining.com Phone: 412-391-7473 Fax: 412-391-7484 Email: education@riverhd.com
Writing Queries Using Microsoft SQL
Server 2008 Transact-SQL
Course 2778A: two or three days; Instructor-Led
o Deleting Data from Tables
o Updating Data in Tables
o Working with Transactions
After completing this module, students will be able to:
• Insert data into tables.
• Delete data from tables.
• Update data in tables.
• Describe transactions.
Course Outline: Day three
Module 7: Querying Metadata, XML, and Full-Text Indexes (optional)
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.
Lessons
• Querying Metadata
• Overview of XML
• Querying XML Data
• Overview of Full-Text Indexes
• Querying Full-Text Indexes
o Lab : Querying Metadata, XML, and Full-Text Indexes
o Querying Metadata
o Querying XML Data
o Creating and Querying Full-Text Indexes
After completing this module, students will be able to:
• 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.
Lessons
RiverHead Training Inc.
425 Sixth Avenue, Suite 1500 Regional Enterprise Tower Pittsburgh Pennsylvania 15219
www.riverheadtraining.com Phone: 412-391-7473 Fax: 412-391-7484 Email: education@riverhd.com
Writing Queries Using Microsoft SQL
Server 2008 Transact-SQL
Course 2778A: two or three days; Instructor-Led
• Overview of Views
• Overview of User-Defined Functions
• Overview of Stored Procedures
• Overview of Triggers
• Writing Distributed Queries
o Lab : Using Programming Objects for Data Retrieval
o Creating Views
o Creating User-Defined Functions
o Creating Stored Procedures
o Writing Distributed Queries
After completing this module, students will be able to:
• 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.
Lessons
• Considerations for Querying Data
• Working with Data Types
• Cursors and Set-Based Queries
• Dynamic SQL
• Maintaining Query Files
o Lab : Using Advanced Querying Techniques
o Using Execution Plans
o Converting Data Types
o Implementing a Hierarchy
o Using Cursors and Set-Based Queries
After completing this module, students will be able to:
• 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.
RiverHead Training Inc.
425 Sixth Avenue, Suite 1500 Regional Enterprise Tower Pittsburgh Pennsylvania 15219
www.riverheadtraining.com Phone: 412-391-7473 Fax: 412-391-7484 Email: education@riverhd.com
Writing Queries Using Microsoft SQL
Server 2008 Transact-SQL
Course 2778A: two or three days; Instructor-Led
• Overview of Views
• Overview of User-Defined Functions
• Overview of Stored Procedures
• Overview of Triggers
• Writing Distributed Queries
o Lab : Using Programming Objects for Data Retrieval
o Creating Views
o Creating User-Defined Functions
o Creating Stored Procedures
o Writing Distributed Queries
After completing this module, students will be able to:
• 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.
Lessons
• Considerations for Querying Data
• Working with Data Types
• Cursors and Set-Based Queries
• Dynamic SQL
• Maintaining Query Files
o Lab : Using Advanced Querying Techniques
o Using Execution Plans
o Converting Data Types
o Implementing a Hierarchy
o Using Cursors and Set-Based Queries
After completing this module, students will be able to:
• 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.
RiverHead Training Inc.
425 Sixth Avenue, Suite 1500 Regional Enterprise Tower Pittsburgh Pennsylvania 15219
www.riverheadtraining.com Phone: 412-391-7473 Fax: 412-391-7484 Email: education@riverhd.com

Contenu connexe

Plus de bestip

6294 a planning and managing windows 7 desktop deployments and environments
6294 a planning and managing windows 7 desktop deployments and environments6294 a planning and managing windows 7 desktop deployments and environments
6294 a planning and managing windows 7 desktop deployments and environments
bestip
 
Lab view daq signal conditioniing
Lab view daq signal conditioniingLab view daq signal conditioniing
Lab view daq signal conditioniing
bestip
 
Lab view instrument control
Lab view instrument controlLab view instrument control
Lab view instrument control
bestip
 
Lab view core 2 outline
Lab view core 2 outlineLab view core 2 outline
Lab view core 2 outline
bestip
 
Lab view core 1 outline
Lab view core 1 outlineLab view core 1 outline
Lab view core 1 outline
bestip
 
Deploying cisco asa firewall features
Deploying cisco asa firewall featuresDeploying cisco asa firewall features
Deploying cisco asa firewall features
bestip
 
6010 java programming version 6
6010 java programming version 66010 java programming version 6
6010 java programming version 6
bestip
 
10264 developing web applications with microsoft visual studio 2010
10264 developing web applications with microsoft visual studio 201010264 developing web applications with microsoft visual studio 2010
10264 developing web applications with microsoft visual studio 2010
bestip
 
10266 developing data access solutions with microsoft visual studio 2010
10266 developing data access solutions with microsoft visual studio 201010266 developing data access solutions with microsoft visual studio 2010
10266 developing data access solutions with microsoft visual studio 2010
bestip
 
7806 java 6 programming essentials using helios eclipse
7806 java 6 programming essentials using helios eclipse7806 java 6 programming essentials using helios eclipse
7806 java 6 programming essentials using helios eclipse
bestip
 
10265 developing data access solutions with microsoft visual studio 2010
10265 developing data access solutions with microsoft visual studio 201010265 developing data access solutions with microsoft visual studio 2010
10265 developing data access solutions with microsoft visual studio 2010
bestip
 
Spf1v10 microsoft windows share point foundation 2010 - level 1
Spf1v10   microsoft windows share point foundation 2010 - level 1Spf1v10   microsoft windows share point foundation 2010 - level 1
Spf1v10 microsoft windows share point foundation 2010 - level 1
bestip
 
Ms 5050
Ms 5050Ms 5050
Ms 5050
bestip
 
10232 designing and developing microsoft share point server 2010 applications
10232   designing and developing microsoft share point server 2010 applications 10232   designing and developing microsoft share point server 2010 applications
10232 designing and developing microsoft share point server 2010 applications
bestip
 
Ceh certified ethical hacker
Ceh   certified ethical hackerCeh   certified ethical hacker
Ceh certified ethical hacker
bestip
 
Network+
Network+Network+
Network+
bestip
 
5178 implementing and maintaining audio visual conferencing and web conferenc...
5178 implementing and maintaining audio visual conferencing and web conferenc...5178 implementing and maintaining audio visual conferencing and web conferenc...
5178 implementing and maintaining audio visual conferencing and web conferenc...
bestip
 
5177 implementing and maintaining instant messaging using microsoft office ...
5177   implementing and maintaining instant messaging using microsoft office ...5177   implementing and maintaining instant messaging using microsoft office ...
5177 implementing and maintaining instant messaging using microsoft office ...
bestip
 
Security+
Security+Security+
Security+
bestip
 
BEST IP Training Schedule Winter and Spring 2011
BEST IP Training Schedule Winter and Spring 2011BEST IP Training Schedule Winter and Spring 2011
BEST IP Training Schedule Winter and Spring 2011
bestip
 

Plus de bestip (20)

6294 a planning and managing windows 7 desktop deployments and environments
6294 a planning and managing windows 7 desktop deployments and environments6294 a planning and managing windows 7 desktop deployments and environments
6294 a planning and managing windows 7 desktop deployments and environments
 
Lab view daq signal conditioniing
Lab view daq signal conditioniingLab view daq signal conditioniing
Lab view daq signal conditioniing
 
Lab view instrument control
Lab view instrument controlLab view instrument control
Lab view instrument control
 
Lab view core 2 outline
Lab view core 2 outlineLab view core 2 outline
Lab view core 2 outline
 
Lab view core 1 outline
Lab view core 1 outlineLab view core 1 outline
Lab view core 1 outline
 
Deploying cisco asa firewall features
Deploying cisco asa firewall featuresDeploying cisco asa firewall features
Deploying cisco asa firewall features
 
6010 java programming version 6
6010 java programming version 66010 java programming version 6
6010 java programming version 6
 
10264 developing web applications with microsoft visual studio 2010
10264 developing web applications with microsoft visual studio 201010264 developing web applications with microsoft visual studio 2010
10264 developing web applications with microsoft visual studio 2010
 
10266 developing data access solutions with microsoft visual studio 2010
10266 developing data access solutions with microsoft visual studio 201010266 developing data access solutions with microsoft visual studio 2010
10266 developing data access solutions with microsoft visual studio 2010
 
7806 java 6 programming essentials using helios eclipse
7806 java 6 programming essentials using helios eclipse7806 java 6 programming essentials using helios eclipse
7806 java 6 programming essentials using helios eclipse
 
10265 developing data access solutions with microsoft visual studio 2010
10265 developing data access solutions with microsoft visual studio 201010265 developing data access solutions with microsoft visual studio 2010
10265 developing data access solutions with microsoft visual studio 2010
 
Spf1v10 microsoft windows share point foundation 2010 - level 1
Spf1v10   microsoft windows share point foundation 2010 - level 1Spf1v10   microsoft windows share point foundation 2010 - level 1
Spf1v10 microsoft windows share point foundation 2010 - level 1
 
Ms 5050
Ms 5050Ms 5050
Ms 5050
 
10232 designing and developing microsoft share point server 2010 applications
10232   designing and developing microsoft share point server 2010 applications 10232   designing and developing microsoft share point server 2010 applications
10232 designing and developing microsoft share point server 2010 applications
 
Ceh certified ethical hacker
Ceh   certified ethical hackerCeh   certified ethical hacker
Ceh certified ethical hacker
 
Network+
Network+Network+
Network+
 
5178 implementing and maintaining audio visual conferencing and web conferenc...
5178 implementing and maintaining audio visual conferencing and web conferenc...5178 implementing and maintaining audio visual conferencing and web conferenc...
5178 implementing and maintaining audio visual conferencing and web conferenc...
 
5177 implementing and maintaining instant messaging using microsoft office ...
5177   implementing and maintaining instant messaging using microsoft office ...5177   implementing and maintaining instant messaging using microsoft office ...
5177 implementing and maintaining instant messaging using microsoft office ...
 
Security+
Security+Security+
Security+
 
BEST IP Training Schedule Winter and Spring 2011
BEST IP Training Schedule Winter and Spring 2011BEST IP Training Schedule Winter and Spring 2011
BEST IP Training Schedule Winter and Spring 2011
 

2778 a writing queries using microsoft sql server 2008 transact sql

  • 1. Writing Queries Using Microsoft SQL Server 2008 Transact-SQL Course 2778A: two or three days; Instructor-Led About this Course This instructor led course provides students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server 2008. Days one and two are for IT support professionals as well as information workers who are required to query data from a Microsoft SQL Server database. Day three is more advanced and is designed for experienced IT professionals Audience Profile IT support professionals, Information Workers and Developers. At Course Completion After completing days one and two of 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. After completing day three of this course, students will be able to: • 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: • Basic understanding of tables, columns and data types • Basic Windows skills • Conceptual understanding of the need to extract data to deliver to reports, applications and users • Conceptual understanding of inserting, updating and deleting data RiverHead Training Inc. 425 Sixth Avenue, Suite 1500 Regional Enterprise Tower Pittsburgh Pennsylvania 15219 www.riverheadtraining.com Phone: 412-391-7473 Fax: 412-391-7484 Email: education@riverhd.com Length: 2 - 3 Day(s) Published: November 21, 2008 Audience(s): IT Professionals Level: 200 Technology: Microsoft SQL Server 2008 Delivery Method: Instructor-led (classroom)
  • 2. Writing Queries Using Microsoft SQL Server 2008 Transact-SQL Course 2778A: two or three days; Instructor-Led Course Outline: Days one and two 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. Lessons • 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 o Lab : Using SQL Server Management Studio and SQLCMD o Exploring the Components and Executing Queries in SQL Server Management Studio o Starting and Using SQLCMD o Generating a Report from a SQL Server Database Using Microsoft Office Excel After completing this module, students will be able to: • 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. Lessons • Using the SELECT Statement • Filtering Data • Working with NULL Values • Formatting Result Sets • Performance Considerations for Writing Queries RiverHead Training Inc. 425 Sixth Avenue, Suite 1500 Regional Enterprise Tower Pittsburgh Pennsylvania 15219 www.riverheadtraining.com Phone: 412-391-7473 Fax: 412-391-7484 Email: education@riverhd.com
  • 3. Writing Queries Using Microsoft SQL Server 2008 Transact-SQL Course 2778A: two or three days; Instructor-Led o Lab : Querying and Filtering Data o Retrieving Data by Using the SELECT Statement o Filtering Data by Using Different Search Conditions o Using Functions to Work with NULL Values o Formatting Result Sets After completing this module, students will be able to: • 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. Lessons • Summarizing Data by Using Aggregate Functions • Summarizing Grouped Data • Ranking Grouped Data • Creating Crosstab Queries o Lab : Grouping and Summarizing Data o Summarizing Data by Using Aggregate Functions o Summarizing Grouped Data o Ranking Grouped Data o Creating Crosstab Queries After completing this module, students will be able to: • 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. Lessons • Querying Multiple Tables by Using Joins • Applying Joins for Typical Reporting Needs • Combining and Limiting Result Set o Lab : Joining Data from Multiple Tables RiverHead Training Inc. 425 Sixth Avenue, Suite 1500 Regional Enterprise Tower Pittsburgh Pennsylvania 15219 www.riverheadtraining.com Phone: 412-391-7473 Fax: 412-391-7484 Email: education@riverhd.com
  • 4. Writing Queries Using Microsoft SQL Server 2008 Transact-SQL Course 2778A: two or three days; Instructor-Led o Querying Multiple Tables by Using Joins o Applying Joins for Typical Reporting Needs o Combining and Limiting Result Sets After completing this module, students will be able to: • 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. Lessons • Writing Basic Subqueries • Writing Correlated Subqueries • Comparing Subqueries with Joins and Temporary Tables • Using Common Table Expressions o Lab : Working with Subqueries o Writing Basic Subqueries o Writing Correlated Subqueries o Comparing Subqueries with Joins and Temporary Tables o Using Common Table Expressions After completing this module, students will be able to: • 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. Lessons • Inserting Data into Tables • Deleting Data from Tables • Updating Data in Tables • Overview of Transactions o Lab : Modifying Data in Tables o Inserting Data into Tables RiverHead Training Inc. 425 Sixth Avenue, Suite 1500 Regional Enterprise Tower Pittsburgh Pennsylvania 15219 www.riverheadtraining.com Phone: 412-391-7473 Fax: 412-391-7484 Email: education@riverhd.com
  • 5. Writing Queries Using Microsoft SQL Server 2008 Transact-SQL Course 2778A: two or three days; Instructor-Led o Deleting Data from Tables o Updating Data in Tables o Working with Transactions After completing this module, students will be able to: • Insert data into tables. • Delete data from tables. • Update data in tables. • Describe transactions. Course Outline: Day three Module 7: Querying Metadata, XML, and Full-Text Indexes (optional) 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. Lessons • Querying Metadata • Overview of XML • Querying XML Data • Overview of Full-Text Indexes • Querying Full-Text Indexes o Lab : Querying Metadata, XML, and Full-Text Indexes o Querying Metadata o Querying XML Data o Creating and Querying Full-Text Indexes After completing this module, students will be able to: • 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. Lessons RiverHead Training Inc. 425 Sixth Avenue, Suite 1500 Regional Enterprise Tower Pittsburgh Pennsylvania 15219 www.riverheadtraining.com Phone: 412-391-7473 Fax: 412-391-7484 Email: education@riverhd.com
  • 6. Writing Queries Using Microsoft SQL Server 2008 Transact-SQL Course 2778A: two or three days; Instructor-Led • Overview of Views • Overview of User-Defined Functions • Overview of Stored Procedures • Overview of Triggers • Writing Distributed Queries o Lab : Using Programming Objects for Data Retrieval o Creating Views o Creating User-Defined Functions o Creating Stored Procedures o Writing Distributed Queries After completing this module, students will be able to: • 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. Lessons • Considerations for Querying Data • Working with Data Types • Cursors and Set-Based Queries • Dynamic SQL • Maintaining Query Files o Lab : Using Advanced Querying Techniques o Using Execution Plans o Converting Data Types o Implementing a Hierarchy o Using Cursors and Set-Based Queries After completing this module, students will be able to: • 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. RiverHead Training Inc. 425 Sixth Avenue, Suite 1500 Regional Enterprise Tower Pittsburgh Pennsylvania 15219 www.riverheadtraining.com Phone: 412-391-7473 Fax: 412-391-7484 Email: education@riverhd.com
  • 7. Writing Queries Using Microsoft SQL Server 2008 Transact-SQL Course 2778A: two or three days; Instructor-Led • Overview of Views • Overview of User-Defined Functions • Overview of Stored Procedures • Overview of Triggers • Writing Distributed Queries o Lab : Using Programming Objects for Data Retrieval o Creating Views o Creating User-Defined Functions o Creating Stored Procedures o Writing Distributed Queries After completing this module, students will be able to: • 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. Lessons • Considerations for Querying Data • Working with Data Types • Cursors and Set-Based Queries • Dynamic SQL • Maintaining Query Files o Lab : Using Advanced Querying Techniques o Using Execution Plans o Converting Data Types o Implementing a Hierarchy o Using Cursors and Set-Based Queries After completing this module, students will be able to: • 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. RiverHead Training Inc. 425 Sixth Avenue, Suite 1500 Regional Enterprise Tower Pittsburgh Pennsylvania 15219 www.riverheadtraining.com Phone: 412-391-7473 Fax: 412-391-7484 Email: education@riverhd.com