Multiple choice technology programming languages Which keyword is used in the select query to remove duplicates? Only NoDuplicate All 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.