To see the table structure, which of the following SQL commands is issued?
(a) DESCRIBE tbl_name
(b) VIEW tbl_name
(c) SELECT TABLE tbl_name
(d) SELECT tbl_name
I got this question by my college professor while I was bunking the class.
Origin of the question is MySQL Setup topic in chapter General MySQL Use of MySQL