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;
The question was posed to me in an online interview.
I need to ask this question from Using Multiple-Statement Execution in chapter MySQL Programs Using C of MySQL