CBSE Class 12 Computer Science Question 89 of 91

Relational Database and SQL — Question 9

Back to all questions
9
Question

Question 9

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

Answer

True

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