🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful 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.