Question: Use the CAPECODD Schema and use only the INVENTORY table to answer the problems given below: 1) Write an SQL statement to display unique WarehouseIDs.

Use the CAPECODD Schema and use only the INVENTORY table to answer the problems given below: 1) Write an SQL statement to display unique WarehouseIDs. 2) Write an SQL statement to display all of the columns using the SQL asterisk (*) wildcard character. 3) Write an SQL statement to display SKU, SKU_Description, and WarehouselD for all products that have a QuantityOnHand equal to 0 and a QuantityOnOrder greater than 0. Sort the results in descending order by WarehouseID and in ascending order by SKU. Use the CAPECODD Schema and use the INVENTORY and WAREHOUSE tables to answer the problems given below: 4/ Write an SQL statement to display the SKU, SKU_Description, WarehouseID, WarehouseCity, and Warehouse State for all items stored in the Atlanta, Bangor, or Chicago warehouse. Do not use the IN keyword
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
