1.

Why Cursor Variables Are Easier To Use Than Cursors?

Answer»

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.

Cursor variables are easier to use than cursors because:



Discussion

No Comment Found