Google News
logo
MySQL - Quiz(MCQ)
Which option prints output in table-format when MySQL is run interactively?
A)
-p
B)
-t
C)
-pf
D)
-tf

Correct Answer :   -t


Explanation : MySQL produces output in tab-delimited format when it is run in batch mode. Suppose a table-format output is desired, the -t option is used along with the mysql command. -tf is not a valid option.

Advertisement