CBSE Class 11 Informatics Practices Question 26 of 87

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