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