The DISTINCT keyword is used to fetch distinct records from a database table. The DISTINCT clause is basically used to remove duplicates from the result set of a SELECT statement and only selects DIFFERENT values. In the following video, let us learn how to use "DISTINCT" keyword in T-SQL.