1.

Which option prints output in table-format when MySQL is run interactively?(a) -t(b) -tf(c) -p(d) -pfThis question was posed to me in semester exam.I want to ask this question from Interacting with MySQL topic in section General MySQL Use of MySQL

Answer»

Right answer is (a) -t

The 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.



Discussion

No Comment Found

Related InterviewSolutions