Q. What does the DISTINCT Clause do?
β
Correct Answer: (A)
Specify the columns of the table in this SQL clause to return distinct values.
Explanation: Specify the columns of the table in DISTINCT SQL clause to return distinct values.