Home / Programming MCQs / MySQL MCQs / Question

J

Jatin Dubey • 3.72K Points
Extraordinary

Q. What is the function of DESCRIBE statement?

(A) This statement helps us to get the details of the entire row.
(B) This statement helps us to get the definition of a particular table at a time.
(C) This statement helps us to get the definition of all the tables.
(D) ----
Explanation by: Jatin Dubey
DESCRIBE statement helps us to get the definition of a particular table at a time, it tells us about all the constraints which are applied to columns.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.