⟩ 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.