Question: 1. Write a SQL statement to list the total quantity of items on hand, grouped by department. Name the column output as TotalltemsOnHand. Sort the

1. Write a SQL statement to list the total quantity of items on hand, grouped by department. Name the column output as "TotalltemsOnHand". Sort the list in descending order of items on hand. 2. List the total SKUs (disregard availability), grouped by city the products are warehoused in and the department. Output should look like this, though there will be more rows: Name the aggregate column "CountOfSKUs". Sort the list in descending order by the total SKUs available. Code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
