SQL Server Cursors Question:

Download Job Interview Questions and Answers PDF

Do you know the capabilities of Cursors?

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

Answer:

Cursors can support various functionalities that are listed here.

Cursor allow to position at specific rows of the result set.
Cursor can retrieve one or more rows in the result set.
Cursor allows modification to the rows in the result set.

Download MS SQL Server Cursors Interview Questions And Answers PDF

Previous QuestionNext Question
What is scrollable cursor?Explain the ways to controlling Cursor Behavior?