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

SQL Query for Top Customers

#sql #database #query

Write a SQL query to find top-spending customers.

Write a SQL query to select the top 5 customers based on total purchase amount in the last month. Assume the table name is 'orders' with columns 'customer_id', 'order_date', and 'total_amount'.