CBSE Class 11 Informatics Practices Question 85 of 87

Structured Query Language (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.