Q. Which clause is used to remove duplicate records from the result set?
β
Correct Answer: (B)
DISTINCT
Explanation: The `DISTINCT` keyword is used to return only distinct (different) values.