What is tee command in mysql?



What is tee command in mysql?..

Answer / Dharm Raj Singh

There is no 'tee' command directly in MySQL. 'tee' is a Unix command for reading from standard input and writing to both the terminal and a file. However, you can achieve similar functionality in MySQL using the INTO OUTFILE clause.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How do I connect to a mysql database?

1 Answers  


Why are function needed?

1 Answers  


all the queries used in sql

1 Answers   TCS,


How do I uninstall mysql connector?

1 Answers  


What is key in mysql?

1 Answers  


How to set mysql variable in php?

1 Answers  


What is difference between unix timestamp and mysql timestamp?

1 Answers  


What are the features of mysql?

1 Answers  


Can you tell what are various ways to create an index?

1 Answers  


What is the data type for file in mysql?

1 Answers  


How can you increase the performance of mysql select query?

1 Answers  


How do you shutdown a mysql database?

1 Answers  


Categories