Medium
Subqueries
Orders Above Average Value
Find orders whose total amount is greater than the average order value. Return columns: id, customer_id, total_amount. Order results by: total_amount DESC.
Preparing the interactive SQL workspace...
Find orders whose total amount is greater than the average order value. Return columns: id, customer_id, total_amount. Order results by: total_amount DESC.
Preparing the interactive SQL workspace...