Q. To see the table structure which command is issued?
β
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.