1.

The command to move the cursor to the beginning of line in MySQL input editor is?(a) Ctrl-A(b) Ctrl-E(c) Ctrl-D(d) Esc-aThis question was posed to me by my college director while I was bunking the class.This interesting question is from Interacting with MySQL topic in portion General MySQL Use of MySQL

Answer»

The correct OPTION is (a) Ctrl-A

For explanation I would SAY: Control-A moves the cursor to the beginning of the line. Ctrl-E moves the cursor to the end of the line. Control-D deletes the CHARACTER under the cursor whereas Esc-a is not VALID.



Discussion

No Comment Found

Related InterviewSolutions