SQL query to display volume of biggest order that can fit into a particular cartoon number

Viewed 16

Write a query to display order_id and volume of the biggest order (in terms of volume) that can fit in carton id 10 (1 row)[NOTE: TABLES to be used - CARTON, ORDER_ITEMS, PRODUCT]Tables

0 Answers
Related