- 
					 Which option prints output in table-format when MySQL is run interactively?
 
- 
                        
- -pf
 - -p
 - -tf
 - -t
 - 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.