Learning Paths
Skills
Querying Data with T-SQL from SQL Server
- 7 courses
- 18 hours
- Skill IQ
T-SQL is Microsoft's implementation of SQL (Structured Query Language) used to query and manage data in the SQL Server relational database. This skill will teach you how to use T-SQL to query data from SQL Server.
Courses in this path
Beginner
Learn to use the SELECT statement, along with JOINs and WHERE clauses, to create organized projections of data stored in SQL Server.
Intermediate
Insert, update, and delete data from SQL Server.
Advanced
Create SQL Server database objects, such as functions and stored procedures, to capture reusable query logic.