Introduction
Use DISTINCT to get only unique values from a list, removing any duplicates.
When you want to find all different countries customers come from in a sales database.
When you need a list of unique product names from an inventory table.
When you want to count how many different cities appear in an address book.
When you want to see all unique job titles in an employee table.