Hard
HAVING
Order Status Revenue Above 250
Summarize order statuses whose total revenue is above 250. 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 250. Return columns: status, order_count, total_revenue. Order results by: total_revenue DESC, status.
Preparing the interactive SQL workspace...