Medium
GROUP BY
Order Status Summary
Show the order count and total amount for each status. Return columns: status, order_count, total_amount. Order results by: status.
Preparing the interactive SQL workspace...
Show the order count and total amount for each status. Return columns: status, order_count, total_amount. Order results by: status.
Preparing the interactive SQL workspace...