CBSE Class 12 Informatics Practices Question 44 of 90

Querying Using SQL — Question 4

Back to all questions
4
Question

Question 4

DISTINCT and its counterpart, ALL, can be used more than once in a SELECT statement.

Answer

False

Reason — In SQL, both DISTINCT and ALL keywords can be specified only once in a given SELECT clause.