Intermediate
Find Duplicate SQL Records
Create a SQL query to identify duplicate email addresses in a Users table.
📝 Contenu du Prompt
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.