Multiple Choice
The MySQL keyword to actually start using a cursor is:
A) DECLARE CURSOR {CursorName}.
B) OPEN {CursorName}.
C) FETCH.
D) CLOSE {CursorName}.
E) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q53: The MySQL keyword to close and exit
Q54: Which transaction isolation level scope(s)is (are)available in
Q57: To run a single SQL command in
Q59: A new MySQL database is created using
Q59: MySQL backups that contain the entire database
Q60: The main MySQL GUI utility is:<br>A)MySQL Management
Q63: SQL statements can be run individually or
Q80: MySQL Workbench is the MySQL GUI database
Q85: The MySQL transaction isolation level can be
Q89: MySQL indexes can be created by using