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

Create a SQL statement to retrieve specific data.

Write a SQL query to select the top 5 customers with the highest total purchase amount from a table named 'orders', assuming the table has columns 'customer_id' and 'total_amount'. Order the results by the total amount in descending order.