Multiple choice

Which of the following keywords is used to display only the unique entries of the column?

  1. WHERE

  2. DISTINCT

  3. SELECT

  4. LIKE

  5. GROUP BY

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This option is correct as this distinct keyword selects only those values that are unique.