In this challenge, you will write several Transact-SQL (T-SQL) queries for a database table. First, you will launch Microsoft SQL Server Management Studio (SSMS), and then you will develop a query that performs calculations by using expressions and column aliases. Next, you will develop more specific queries that return filtered data from a table by using the SQL query WHERE clause. Finally, you will explore queries that sort and limit the results by using ORDER BY, OFFSET, and FETCH.
Learning Objectives
In this challenge, you will write several Transact-SQL (T-SQL) queries for a database table. First, you will launch Microsoft SQL Server Management Studio (SSMS), and then you will develop a query that performs calculations by using expressions and column aliases. Next, you will develop more specific queries that return filtered data from a table by using the SQL query WHERE clause. Finally, you will explore queries that sort and limit the results by using ORDER BY, OFFSET, and FETCH.