DISTINCT is the SQL keyword used in SELECT statements to return only unique (different) values, eliminating duplicates. UNIQUE is a constraint for creating indexes, not a query keyword.
The DISTINCT keyword tells SQL to remove duplicate rows from the result set, returning only unique values. UNIQUE, DISTINCTIVE, and DIFFERENT are not valid SQL keywords for this purpose, even though they sound plausible in plain English.