🏠 Home
Benchmark
📊 Tutti i benchmark 🦖 Dinosauro v1 🦖 Dinosauro v2 ✅ App To-Do List 🎨 Pagine libere creative 🎯 FSACB - Ultimate Showcase 🌍 Benchmark traduzione
Modelli
🏆 Top 10 modelli 🆓 Modelli gratuiti 📋 Tutti i modelli ⚙️ Kilo Code
Risorse
💬 Libreria di prompt 📖 Glossario IA 🔗 Link utili
Hard

Write SQL Query for Sales Report

#sql #database #reporting

Construct an SQL query to aggregate sales data by region.

Write an SQL query for a table named 'Sales' with columns (id, product_name, amount, sale_date, region). The query should return the total sales amount and the number of transactions for each region where the sale_date is in the year 2023. Order the results by the total sales amount in descending order.