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