🏠 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
intermediate

Generate SQL Query

#sql #database #query

Write a SQL query based on a specific data requirement.

Write a SQL query for a PostgreSQL database that retrieves the top 5 customers by total spend in the last month. Assume tables named 'customers' and 'orders' linked by 'customer_id'. Include joins and ordering.