DDSQL s7 Exs - 2
DDSQL s7 Exs - 2
1. What products exist in each category? 2. Same question, but alphabetize the list by category and product. 3. How many products are there in each category? 4. What is the average price in each category? (sort from highest to lowest)
11. Repeat the above question using the 1st of the 3 join syntaxes on page 60 (the 2 other join syntaxes are not legal in Microsoft SQL Server) 12. Join the 3 tables products, suppliers, and categories - and show the attributes productID, productName, companyName, and categoryName 13. Which were the order numbers for those orders by customers in Germany that were taken by the employee named "Suyama?" 14. What is the total number of orders taken by each employee.