Easy
WHERE
Orders Above 250
List orders whose total is greater than 250. 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 250. Return columns: id, status, customer_id, total_amount. Order results by: total_amount DESC, id.
Preparing the interactive SQL workspace...