CBSE Class 11 Informatics Practices Question 32 of 87

Structured Query Language (SQL) — Question 13

Back to all questions
13
Question

Question 13

Which of the following keywords is used to display non-repeated values in MySQL?

  1. Unique
  2. All
  3. Order by
  4. Distinct
Answer

Distinct

Reason — The DISTINCT keyword is used to display the unique values of the column in MySQL.