Duplicate Emails

05.04.2023

Write an SQL query to report all the duplicate emails. Note that it's guaranteed that the email field is not NULL.Return the result table in any order.The query result format is in the following example.

Blog_Description