1.

What Are Cursors? Name Four Type Of Cursors And When Each One Would Be Applied?

Answer»

Opening a cursor on a result set allows processing the result set ONE row at a time.

The FOUR API SERVER cursor types supported by SQL Server are:

  1. Static cursors
  2. DYNAMIC cursors
  3. Forward-only cursors
  4. Keyset-driven cursors

Opening a cursor on a result set allows processing the result set one row at a time.

The four API server cursor types supported by SQL Server are:



Discussion

No Comment Found