Multiple choice technology databases

Duplicate values are eliminated by which keyword

  1. Duplicate

  2. Distinct

  3. Remove

  4. Delete

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

DISTINCT keyword removes duplicate rows from query results, returning only unique values. It applies to the entire SELECT list, not just a single column.