Advanced
SQL Query Generator
Write a SQL query to extract specific sales data.
📝 Contenu du Prompt
Write a SQL query for a table named 'Sales' with columns 'customer_id', 'order_date', 'amount', and 'region'. The query should find the top 3 customers by total spending amount who made purchases in the 'North' region during the year 2023.