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.

Use Of DISTINCT Keyword In T-SQL (SQL Server)
Feb 05 2019

Zia Ahmed Shaikh

In this session of SQL Server Training series, we are going to learn how to use Distinct keyword in SQL Server.