Question: Write an SQL statement to show the SKU, SKU_Description, WarehouseID for all items stored in a warehouse managed by Lucille Smith. Use a subquery.
Write an SQL statement to show the SKU, SKU_Description, WarehouseID for all items stored in a warehouse managed by ‘Lucille Smith’. Use a subquery.
Step by Step Solution
3.30 Rating (168 Votes )
There are 3 Steps involved in it
SELECT SKU SKUDescription WarehouseID FROM WHERE INVENTORY WarehouseID IN SELECT FROM WHERE Ware... View full answer
Get step-by-step solutions from verified subject matter experts
