medium
SQL Query Generator
Generate a SQL query based on a specific data requirement.
📝 Содержимое промпта
Write a SQL query to select the top 5 customers with the highest total order amount from a table named 'orders' that has columns 'customer_id', 'order_amount', and 'order_date'.