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

SQL Query Builder

#sql #database #data-analysis

Generate SQL queries from natural language descriptions.

I have a database with tables named 'Users' (columns: id, name, signup_date) and 'Orders' (columns: id, user_id, amount, date). Write a SQL query to find the top 5 users by total order amount in the last month.