The ............... keyword eliminates duplicate rows from the results of a SELECT statement.
Distinct
Reason — The DISTINCT keyword in SQL is used to eliminate duplicate rows from the results of a SELECT statement.
DISTINCT
SELECT