Easy
WHERE
Pro Challenge
Orders Above 1800
List orders whose total is greater than 1800. Return columns: id, status, customer_id, total_amount. Order results by: total_amount DESC, id.
Preparing the interactive SQL workspace...
List orders whose total is greater than 1800. Return columns: id, status, customer_id, total_amount. Order results by: total_amount DESC, id.
Preparing the interactive SQL workspace...