Multiple choice technology programming languages

Which keyword is used in the select query to remove duplicates?

  1. Only

  2. NoDuplicate

  3. All

  4. Distinct

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

The DISTINCT keyword in SQL is used to remove duplicate values and return only unique values in the result set. Only, NoDuplicate, and All are not valid SQL keywords for this purpose.