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