Hard
SQL Query Builder
Generate a complex SQL query for data retrieval.
📝 محتوى الأمر
Write an SQL query for a PostgreSQL database that finds the top 5 customers who spent the most money in the last month. Assume tables named 'orders' (id, customer_id, total, date) and 'customers' (id, name, email).