DISTINCT

Database Dictionary -> DISTINCT

DISTINCT

The DISTINCT keyword is used along with the SELECT keyword to remove duplicate rows from the result set

SQL Tutorial