SQL Server Cursors Question:
Download Questions PDF

What is Key set driven?

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

Answer:

Key set driven : It is a scrollable cursor that cannot be updated. These cursors are controlled by a set of physical identifiers called as key set. The keyset is built in a temporary table when the cursor is opened.

Download MS SQL Server Cursors Interview Questions And Answers PDF

Previous QuestionNext Question
What is Implicit cursors?What is Forward – only cursors / Read only cursor?