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;
πŸ’¬ Discuss
βœ… Correct Answer: (D) DESCRIBE tbl_name;
Explanation: 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.
Explanation by: Shiva Ram
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
90
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Shiva Ram
Publisher
πŸ“ˆ
83%
Success Rate