Q. Which statement can produce the same output as 'SHOW COLUMNS'?
β
Correct Answer: (A)
DESCRIBE
Explanation: This question asks you to find a MySQL command that does the same thing as 'SHOW COLUMNS'.