Get Started Querying with Transact SQL
- Offered byMicrosoft
Get Started Querying with Transact SQL at Microsoft Overview
Duration | 5 hours |
Start from | Start Now |
Total fee | Free |
Mode of learning | Online |
Schedule type | Self paced |
Difficulty level | Beginner |
Official Website | Explore Free Course |
Credential | Certificate |
Get Started Querying with Transact SQL at Microsoft Course details
- Introduction to Transact-SQL
- Sort and filter results in T-SQL
- Combine multiple tables with JOINs in T-SQL
- Write Subqueries in T-SQL
- Use built-in functions and GROUP BY in Transact-SQL
- Modify data with T-SQL
- Learn how to use Transact-SQL to query data in a database
- This course provides an introduction to relational databases, the SQL language and Transact-SQL
- You will learn what kinds of statements make up the SQL language and look at the SELECT statement in detail
Get Started Querying with Transact SQL at Microsoft Curriculum
Introduction to Transact-SQL
Introduction
Work with schemas
Explore the structure of SQL statements
Examine the SELECT statement
Work with data types
Handle NULLs
Exercise - Work with SELECT statements
Knowledge check
Summary
Sort and filter results in T-SQL
Introduction
Sort your results
Limit the sorted results
Page results
Remove duplicates
Filter data with predicates
Exercise - Sort and filter query results
Knowledge check
Summary
Combine multiple tables with JOINs in T-SQL
Introduction
Understand joins concepts and syntax
Use inner joins
Use outer joins
Use cross joins
Use self joins
Exercise - Query multiple tables with joins
Knowledge check
Summary
Write Subqueries in T-SQL
Introduction
Understand subqueries
Use scalar or multi-valued subqueries
Use self-contained or correlated subqueries
Exercise - Use subqueries
Knowledge check
Summary
Use built-in functions and GROUP BY in Transact-SQL
Introduction
Categorize built-in functions
Use scalar functions
Use ranking and rowset functions
Use aggregate functions
Summarize data with GROUP BY
Filter groups with HAVING
Exercise - Use built-in functions
Knowledge check
Summary
Modify data with T-SQL
Introduction
Insert data
Generate automatic values
Update data
Delete data
Merge data based on multiple tables
Exercise - Modify data
Knowledge check
Summary