Answers

Question and Answer:

  Home  Oracle Database

⟩ Why Cursor Variables Are Easier to Use than Cursors?

Cursor variables are easier to use than cursors because:

► Cursor variables are easier to define. No need to give a specific query statement.

► Cursor variables are easier to open. You can specify the query dynamically at the time of open.

► Cursor variables can be passed into procedures or functions.

 151 views

More Questions for you: