Q. To see the table structure, which of the following SQL commands is issued?
β
Correct Answer: (A)
DESCRIBE tbl_name
Explanation: This question asks about how to see the structure of a table in MySQL. The structure of a table refers to its columns, their data types, and other defining characteristics.