#The SELECT DISTINCT statement is used to return only distinct (or unique) values. SELECT DISTINCT(column_name) FROM database_name.table_name