Multiple choice technology databases

If the Oracle Engine for its internal processing has opened a cursor they are known as _________

  1. Explicit Cursor

  2. Implicit Cursor

  3. Active Data Set

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

An implicit cursor is automatically opened and managed by the Oracle Database engine for internal processing of SQL statements when an explicit cursor is not defined by the user.