Basic Oracle Concepts and Programming Question: Download Oracle Database PDF

How Many Types of Cursors Supported in PL/SQL?

Tweet Share WhatsApp

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.

Download Oracle Database PDF Read All 430 Oracle Database Questions
Previous QuestionNext Question
What Is a Cursor in Oracle?What Is the Oracle Implicit Cursor?