Can someone help check if I solved this correctly:
1. This query should return customer items that have not shipped. This query should return the following fields: CustomerID, CustomerName, OrderID, ItemID, ItemDescription, OrderQuantity, and ShipQuantity. The query should return information for orders that have an OrderQuantity > 0 and a ShipQuantity < 1.
![]()