Which of the following will display complete list of available cursor flags?
(a) cursor.Option()
(b) cursor.addOption()
(c) cursor.addOptions()
(d) all of the mentioned
(a) cursor.Option()
(b) cursor.addOption()
(c) cursor.addOptions()
(d) all of the mentioned
Right choice is (b) cursor.addOption()
The explanation: You should either close the cursor manually or exhaust the cursor.