intermediate
Generate SQL Query
Create a SQL query based on a natural language description.
📝 Prompt-Inhalt
Write a SQL query for a PostgreSQL database that selects the top 5 customers who spent the most money in the last month. Assume a table named 'orders' with columns 'customer_id', 'total_amount', and 'order_date'.