Home »
MCQs »
MySQL MCQs
What is the function of DESCRIBE statement?
24. What is the function of DESCRIBE statement?
- This statement helps us to get the details of the entire row.
- This statement helps us to get the definition of a particular table at a time.
- This statement helps us to get the definition of all the tables.
Answer: B) This statement helps us to get the definition of a particular table at a time.
Explanation:
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.