advanced
SQL Query Builder
Construct a SQL query based on a natural language request.
📝 Prompt Content
Write a SQL query to find the top 10 customers with the highest total order amount from a table named 'orders' that has columns 'customer_id', 'order_amount', and 'order_date'.