DISTINCT clause is used to remove redundant rows from the result of the SELECT statement.
True
Reason — The DISTINCT keyword in SQL is used to eliminate duplicate rows from the results of the SELECT statement.
DISTINCT
SELECT