Q. Which option prints output in table-format when MySQL is run interactively?
β
Correct Answer: (A)
-t
Explanation: This question asks about how to display the output of a MySQL command in a table-like format when you're working with it directly.