medium
Find SQL Duplicates
Write a SQL query to identify duplicate records in a database table.
📝 Contenu du Prompt
Write a SQL query to find duplicate email addresses in a 'Users' table. The query should return the email address and the count of how many times it appears.