Question: Which MySQL command shows the structure of a table?

  1. INFO table;
  2. SHOW table;
  3. STRUCTURE table;
  4. DESCRIBE table;

Answer: The correct answer of the above question is Option D:DESCRIBE table;