KnowledgeBoat Logo

Computer Science

DISTINCT clause is used to remove redundant rows from the result of the SELECT statement.

SQL Queries

1 Like

Answer

True

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

Answered By

1 Like


Related Questions