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