The SELECT DISTINCT statement is used to return only distinct (different) values. Ex: select DISTINCT Country from TableName;