Home » MYSQL » Interacting With MySQL » Question
  1. Which option prints output in table-format when MySQL is run interactively?
    1. -pf
    2. -p
    3. -tf
    4. -t
    5. None of these
Correct Option: D

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.



Your comments will be displayed only after manual approval.