🏠 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 #coding

Generate a complex SQL query for data retrieval.

Write an SQL query for a PostgreSQL database that finds the top 5 customers who spent the most money in the last month. Assume tables named 'orders' (id, customer_id, total, date) and 'customers' (id, name, email).