DISTINCT clause in SQL Server
the distinct clause is used to remove duplicates in the result set.
the distinct clause is used to remove duplicates in the result set.
the distinct keyword in sql is used in conjunction with the select statement to remove all duplicate records and retrieve only records.