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