Lab 02
Lab 02
Overview
In this lab, you will use SELECT queries to retrieve, sort, and filter data from the AdventureWorksLT
database.
Before starting this lab, you should view Module 2 – Querying Tables with SELECT in the course
Querying with Transact-SQL. Then, if you have not already done so, follow the instructions in the Getting
Started document for this course to set up the lab environment.
If you find some of the challenges difficult, don’t worry – you can find suggested solutions for all of the
challenges in the Lab Solution folder for this module.
Tip: Review the documentation for the SELECT and ORDER BY clauses in the Transact-SQL Reference.
3. Retrieve the heaviest 100 products not including the heaviest ten
The heaviest ten products are transported by a specialist carrier, therefore you need to modify the
previous query to list the heaviest 100 products not including the heaviest ten.
Next Steps
Well done! You’ve completed the lab, and you’re ready learn how to retrieve data from more than one
table in Module 3 – Querying Multiple Tables with Joins in the course Querying with Transact-SQL.