Question: Write an SQL statement to display the SKU, SKU_Description, and WarehouseID for products having QuantityOnHand greater than 0. Sort the results in descending order by
Write an SQL statement to display the SKU, SKU_Description, and WarehouseID for products having QuantityOnHand greater than 0. Sort the results in descending order by WarehouseID and ascending order by SKU.
Step by Step Solution
3.46 Rating (156 Votes )
There are 3 Steps involved in it
SELECT FROM WHERE ORDER BY SKU SKUDescription WarehouseID INVENTORY QuantityOnHand 0 WarehouseID DES... View full answer
Get step-by-step solutions from verified subject matter experts
