Answers

Question and Answer:

  Home  Oracle Database

⟩ How Many Types of Cursors Supported in PL/SQL?

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.

 198 views

More Questions for you: