Which MySQL command shows the structure of a table?
INFO table;
SHOW table;
STRUCTURE table;
DESCRIBE table;