What You Will Learn |
Course Highlights |
Course Details |
Dates & Locations |
Transact-SQL is the language developers use to interact with SQL Server. Transact-SQL, the Microsoft implementation of the SQL standard, is central to using SQL Server; All applications that communicate with an instance of SQL Server do so by sending Transact-SQL statements to the server, regardless of the user interface of the application. In this 3-day instructor led hands-on course attendees will learn the core technical skills required to effectively write simple to complex Transact-SQL queries for Microsoft SQL Server 2008. This course will also serve as a prerequisite to more advanced topics in SQL Server.
What You Will Learn |
Course Highlights |
Course Details |
Dates & Locations |
What You Will Learn |
Course Highlights |
Course Details |
Dates & Locations |
Day 1
Getting Started with Databases and Transact-SQL
Overview
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.
After completing this module, students will be able to:
Querying and Filtering Data
Overview
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.
After completing this module, students will be able to:
Grouping and Summarizing Data
Overview
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.
After completing this module, students will be able to:
Day 2
Joining Data from Multiple Tables
Overview
The students will learn to write joins to query multiple tables, as well as limiting and combining result sets.
After completing this module, students will be able to:
Working with Subqueries
Overview
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.
After completing this module, students will be able to:
Modifying Data in Tables
Overview
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.
After completing this module, students will be able to:
Day 3
Querying Metadata, XML, and Full-Text Indexes
Overview
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.
After completing this module, students will be able to:
Data Retrieval
Overview
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.
After completing this module, students will be able to:
Using Advanced Querying Techniques
Overview
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.
After completing this module, students will be able to:
Brock Allen did an outstanding job in demonstrating and explaining things. Adding a wealth of experience to the course data. David V.