🏠 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 a Complex SQL Query

#sql #database #code

Construct an SQL query to join multiple tables.

Write a SQL query to retrieve the names of all customers who have made a purchase in the last 30 days. Join the 'customers' table with the 'orders' table on 'customer_id'. Order the results by the purchase date in descending order.