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 a product table.
When you want to count how many different cities appear in an address list.
When you want to avoid repeated entries in a report or dropdown menu.