SQL Server Cursors Question:

What is Forward – only cursors / Read only cursor?

MS SQL Server Cursors Interview Question
MS SQL Server Cursors Interview Question

Answer:

Forward – only cursors / Read only cursor: These are the fastest of the cursors and cannot be updated. They cannot be created on query that returns only read only columns.


Previous QuestionNext Question
What is Key set driven?Explain Forward – only cursors?