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

#database #sql #data

Write a SQL query to retrieve specific data.

Write a SQL query to select the names and email addresses of all users who registered after January 1st, 2023. Assume the table is named 'users' with columns 'name', 'email', and 'created_at'. Order the results by registration date descending.