Hard
HAVING
Order Status Revenue Above 500
Summarize order statuses whose total revenue is above 500. Return columns: status, order_count, total_revenue. Order results by: total_revenue DESC, status.
Preparing the interactive SQL workspace...
Summarize order statuses whose total revenue is above 500. Return columns: status, order_count, total_revenue. Order results by: total_revenue DESC, status.
Preparing the interactive SQL workspace...