Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumSQLself-joinsSingle-choice MCQ

Using a self-join to find duplicate emails in a users table, which query correctly returns each user row that shares its email with a different user?

-- users(id, email)