CBSE Class 12 Informatics Practices Question 44 of 103

Review of Database Concepts & SQL — Question 14

Back to all questions
14
Question

Question 14

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.