Home / Programming MCQs / MySQL MCQs / Question

J

Jatin Dubey • 3.78K Points
Extraordinary

Q. From all the clauses in MYSQL what task is performed by the DISTINT clause?

(A) It returns us the duplicate values
(B) It returns us the unique values
(C) It returns us the NULL values;
(D) ----
Explanation by: Jatin Dubey
If we only want to keep unique records then in that case we can simply use the DISTINCT Clause.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.