Explain What are cursors? Name four type of cursors and when each one would be applied?

Submitted by: Administrator
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:
a) Static cursors
b) Dynamic cursors
c) Forward-only cursors
d) Keyset-driven cursors
Submitted by: Administrator

Read Online .Net Database Job Interview Questions And Answers