Answers

Question and Answer:

  Home  Oracle PL-SQL

⟩ Explain the two type of Cursors?

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.

 153 views

More Questions for you: