Question: 5. List the SKU and Quantity for all items in ORDER_ITEM that are from OrderNumber 1000 or 2000 (there are several ways you can do
5. List the SKU and Quantity for all items in ORDER_ITEM that are from OrderNumber 1000 or 2000 (there are several ways you can do this).
6. Repeat the previous query but use a different SQL statement to achieve the same result.
7. List the SKU and Quantity for all items in ORDER_ITEM that are not from OrderNumber 3000. Use NOT.
8. List all of the columns in INVENTORY that have a QuantityOnOrder (there are several ways you can do this).
9. Repeat the previous query but use a different SQL statement to achieve the same result.
10. List all of the columns in INVENTORY where the WarehouseID is 100 and the QuantityOnOrder is more than 200.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
