How Many Types of Cursors Supported in PL/SQL?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online Oracle Database Job Interview Questions And Answers