SELECT DISTINCT is used if a user wishes to see duplicate columns in a query.
False
Reason — SELECT DISTINCT statement is used if a user wishes to eliminate duplicate rows from the results of a query.
SELECT DISTINCT