Basic Oracle Concepts and Programming Question:
Download Questions PDF

How Many Types of Cursors Supported in PL/SQL?

Oracle Database Interview Question
Oracle Database Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
What Is a Cursor in Oracle?What Is the Oracle Implicit Cursor?