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