Oracle PL-SQL Question:

Download Job Interview Questions and Answers PDF

Explain the two type of Cursors?

Oracle PL-SQL Interview Question
Oracle PL-SQL Interview Question

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?