_____ are created by default when DML statements like, INSERT, UPDATE, and DELETE statements are executed

Options
- Explicit Cursors
- Implicit Cursors
- Neither a nor b
- Both a and b


CORRECT ANSWER : Implicit Cursors

Discussion Board
Implicit Cursors

Implicit cursors are created by default when DML statements like, INSERT, UPDATE, and DELETE statements are executed. They are also created when a SELECT statement that returns just one row is executed.

Prajakta Pandit 02-22-2017 01:52 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement