A

Admin • 833K Points
Coach

Q. To see the table structure which command is issued?

  • (A) VIEW tbl_name;
  • (B) SELECT TABLE tbl_name;
  • (C) SELECT tbl_name;
  • (D) DESCRIBE tbl_name;
  • Correct Answer - Option(D)
  • Views: 21
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

This question asks you about how to see the structure of a table in MySQL. The structure refers to the columns, their data types, and other details about how the table is organized.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.