Intermediate
Generate SQL Query
Create a SQL statement to retrieve specific data.
📝 Nội dung Prompt
Write a SQL query to select the top 5 customers with the highest total purchase amount from a table named 'orders', assuming the table has columns 'customer_id' and 'total_amount'. Order the results by the total amount in descending order.