Home / Programming MCQs / MySQL MCQs / Question

T

Tina Singh • 10.68K Points
Tutor II

Q. What does the DISTINCT Clause do?

(A) Specify the columns of the table in this SQL clause to return distinct values.
(B) By executing this SQL statement, all records in the SQL database will be deleted.
(C) The data specified in this table or view is reported in this SQL statement.
(D) Changes made in the SQL database transaction are permanently saved using this SQL statement.
Explanation by: Tina Singh
Specify the columns of the table in DISTINCT SQL clause to return distinct values.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.