What is the function of DESCRIBE statement?

24. What is the function of DESCRIBE statement?

  1. This statement helps us to get the details of the entire row.
  2. This statement helps us to get the definition of a particular table at a time.
  3. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.