Scenario SQL Question
Find Duplicate Email Addresses
Build mastery in Finding Duplicates with this scenario-based SQL challenge and live execution support.
Problem Statement
HR is auditing the employees table and wants to find every email address that appears more than once. Return email and the occurrence_count, ordered so the most-duplicated emails come first (then alphabetically as a tie-breaker).
Relevant Tables
employees
SQL Concepts Used in This Scenario
Strengthen your understanding with these targeted learning topics: