Easy
WHERE
Orders Below 300
List orders whose total is less than 300. Return columns: id, status, customer_id, total_amount. Order results by: total_amount, id.
Preparing the interactive SQL workspace...
List orders whose total is less than 300. Return columns: id, status, customer_id, total_amount. Order results by: total_amount, id.
Preparing the interactive SQL workspace...