Multiple choice technology programming languages

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

When the Oracle database engine automatically opens and manages a SQL cursor for its internal processing of DML statements or queries, it is known as an implicit cursor. Explicit cursors, conversely, are declared and named by developers in PL/SQL.