Home » MYSQL » Interacting With MySQL » Question
  1. The command to move the cursor to the beginning of line in MySQL input editor is?
    1. Ctrl-E
    2. Esc-a
    3. Ctrl-A
    4. Ctrl-D
    5. None of these
Correct Option: C

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.



Your comments will be displayed only after manual approval.