🏠 Home
Prestatietests
📊 Alle benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List applicaties 🎨 Creatieve vrije pagina's 🎯 FSACB - Ultieme showcase 🌍 Vertaalbenchmark
Modellen
🏆 Top 10 modellen 🆓 Gratis modellen 📋 Alle modellen ⚙️ Kilo Code
Bronnen
💬 Promptbibliotheek 📖 AI-woordenlijst 🔗 Nuttige links
Hard

SQL Query Builder

#sql #database #data

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.