medium
Find Duplicate Records
Generate a SQL query to identify duplicate rows in a table based on specific columns.
📝 Prompt Inhoud
Write a SQL query for a table named 'users' with columns 'id', 'email', and 'created_at'. The query should find all email addresses that appear more than once in the table. Include the email and the count of occurrences in the results.