🏠 Home
Benchmark
📊 Tutti i benchmark 🦖 Dinosauro v1 🦖 Dinosauro v2 ✅ App To-Do List 🎨 Pagine libere creative 🎯 FSACB - Ultimate Showcase 🌍 Benchmark traduzione
Modelli
🏆 Top 10 modelli 🆓 Modelli gratuiti 📋 Tutti i modelli ⚙️ Kilo Code
Risorse
💬 Libreria di prompt 📖 Glossario IA 🔗 Link utili
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.