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
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