1.

How Many Types Of Cursors Supported In Pl/sql?

Answer»

PL/SQL SUPPORTS two types of CURSORS:

  • The IMPLICIT cursor - A SINGLE default cursor that automatically connects to the last DML statement executed.
  • Explicit cursors - User defined cursors with specific DML STATEMENTS and execution statuses.

PL/SQL supports two types of cursors:



Discussion

No Comment Found