CBSE Class 12 Computer Science Question 73 of 78

Simple Queries in SQL — Question 7

Back to all questions
7
Question

Question 7

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.