Multiple Choice
The MySQL keyword to create a cursor is ________.
A) DECLARE CURSOR {CursorName}
B) OPEN {CursorName}
C) FETCH
D) CLOSE {CursorName}
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: Which of the following MySQL configuration settings
Q25: What is the MySQL Command-Line Client?
Q26: The MySQL command line utility is _.<br>A)MySQL*Plus<br>B)the
Q27: MySQL uses the MySQL LAST_INSERT_ID()function to provide
Q28: MySQL users are granted MySQL privileges for
Q30: SQL statements can be run individually or
Q31: To start working with MySQL Community Edition
Q32: The MySQL Installer for Windows requires the
Q33: MySQL supports AFTER triggers.
Q34: Which trigger type(s)does MySQL support?<br>A)BEFORE<br>B)AFTER<br>C)INSTEAD OF<br>D)Both A