Informatics Practices

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

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

Relational Database

2 Likes

Answer

Distinct

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

Answered By

1 Like


Related Questions