Multiple Choice
The MySQL keyword to close and exit 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
Q48: The MySQL command line utility is:<br>A)MySQL*Plus.<br>B)the MySQL
Q49: The MySQL statement used to repeat a
Q50: Logging into the MySQL DBMS is done
Q51: The MySQL GUI tool(s)used for database administration
Q52: The MySQL Installer for Windows requires the
Q54: Which transaction isolation level scope(s)is (are)available in
Q57: To run a single SQL command in
Q58: The MySQL keyword to actually start using
Q59: A new MySQL database is created using
Q89: MySQL indexes can be created by using