CBSE Class 12 Computer Science Question 29 of 91

Relational Database and SQL — Question 7

Back to all questions
7
Question

Question 7

The ............... keyword eliminates duplicate rows from the results of a SELECT statement.

  1. OR
  2. DISTINCT
  3. ANY
  4. ALL
Answer

DISTINCT

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