Medium
INNER JOIN
Largest 1 Orders
Return the 1 orders with the highest totals, including customer names. Return columns: order_id, total_amount, customer_name. Order results by: o.total_amount DESC, o.id.
Preparing the interactive SQL workspace...
Return the 1 orders with the highest totals, including customer names. Return columns: order_id, total_amount, customer_name. Order results by: o.total_amount DESC, o.id.
Preparing the interactive SQL workspace...