Oracle PL-SQL Question:
Download Questions PDF

Explain the two type of Cursors?

Answer:

There are two types of cursors, Implicit Cursor and Explicit Cursor.
PL/SQL uses Implicit Cursors for queries. User defined cursors are called Explicit Cursors. They can be declared and used.

Download Oracle PL-SQL Interview Questions And Answers PDF

Previous QuestionNext Question
What are the PL/SQL Statements used in cursor processing?What is a cursor ? Why Cursor is required?