What does this mean?

Having connected to a server with the mysql client program, you have typed mysql> UPDATE tbl SET str = ‘sample and pressed Enter. Now the prompt looks like this: ‘>. What does this mean?

Having connected to a server with the mysql client program, you have typed mysql> UPDATE tbl SET str = ‘sample and pressed Enter. Now the prompt looks like this: ‘>. What does this mean?

A.
The previous line is missing a statement terminator.

B.
The previous line resulted in an error and needs to be corrected.

C.
The previous line started a literal string which is still not complete.

D.
The client is running in safe mode, and the statement has no WHERE clause.



Leave a Reply 0

Your email address will not be published. Required fields are marked *