Q. From all the clauses in MYSQL what task is performed by the DISTINT clause?
β
Correct Answer: (B)
It returns us the unique values
Explanation: If we only want to keep unique records then in that case we can simply use the DISTINCT Clause.