Medium
SQL Query Generation
Write SQL from description.
📝 प्रॉम्ट सामग्री
Write a SQL query to select the top 10 customers who spent the most money in the last month from a table named 'orders' with columns 'customer_id', 'order_date', and 'total_amount'.