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