Q. Which command gives you the structure of a table?
β
Correct Answer: (C)
DESCRIBE table;
Explanation: `DESCRIBE table;` shows column definitions and other metadata.