Hard
SQL Query Builder
Write a SQL query to retrieve specific sales data.
📝 Содержимое промпта
Write a SQL query for a table named 'Sales' with columns: id, product_name, quantity, sale_date, and region. The query should return the total quantity sold for each product in the 'North' region during the year 2023. Order the results by the total quantity sold in descending order.