Course objectives
After completing this course, students will be able to:
- Use SQL Server query tools
- Write SELECT statements to retrieve columns from one or more tables
- Sort and filter selected data
- Use built-in functions to returned data values
- Create groups of data and aggregate the results
- Modify data with Transact-SQL using INSERT, UPDATE, DELETE and MERGE
Course outlines
- Getting Started with Transact-SQL
- Sorting and Filtering Query Results
- Using Joins and Subqueries
- Using Built-in Functions
- Modifying Data