1.

What does Control-_ do in MySQL input editor?(a) copies to clipboard(b) pastes from clipboard(c) undoes last change(d) deletes the current lineI had been asked this question in a job interview.The question is from Interacting with MySQL topic in chapter General MySQL Use of MySQL

Answer»

The correct choice is (c) undoes last change

For explanation: Control-_ undoes the last change that was made. This can be REPEATED. The mysql INPUT editor has a VARIETY of COMMANDS to facilitate editing while providing inputs to the command LINE itself.



Discussion

No Comment Found

Related InterviewSolutions