Knowledge check

Completed
1.

You write a Transact-SQL query to list the available sizes for products. Each individual size should be listed only once. Which query should you use?

2.

You must return the InvoiceNo and TotalDue columns from the Sales.Invoice table in decreasing order of TotalDue value. Which query should you use?

3.

Complete this query to return only products that have a Category value of 2 or 4: SELECT Name, Price FROM Production.Product Which clause should you add?