InterviewSolution
Saved Bookmarks
| 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 line |
|
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. |
|