Hard
HAVING
Customers Spending Above 500
Find customers whose total completed-order spend exceeds 500. Return columns: total_spend, customer_name. Order results by: total_spend DESC, customer_name.
Preparing the interactive SQL workspace...
Find customers whose total completed-order spend exceeds 500. Return columns: total_spend, customer_name. Order results by: total_spend DESC, customer_name.
Preparing the interactive SQL workspace...