🏠 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

Find Duplicate SQL Records

#sql #database #data-cleaning

Create a SQL query to identify duplicate email addresses in a Users table.

Write a SQL query for a table named 'Users' with columns 'id', 'name', and 'email'. The query should select all rows where the email address appears more than once in the table.