Vidyalelo
MySQL · Q6

MySQL

Programming · MySQL · question 6

Q6

What does Control-_ do in MySQL input editor?

A.
copies to clipboard
B.
pastes from clipboard
C.
undoes last change
Answer
D.
deletes the current line

Answer: Option C

Solution

Answer: Option C
Solution:
In the MySQL input editor, pressing Control- undoes the last change made to the text.
Option A, copies to clipboard, is incorrect because Control- does not copy text to the clipboard.
Option B, pastes from clipboard, is incorrect because Control-_ does not paste text from the clipboard.
Option D, deletes the current line, is incorrect because Control-_ does not delete the current line in the MySQL input editor; instead, it undoes the last change made to the text.