Answers

Question and Answer:

  Home  MS SQL Server Cursors

⟩ Do you know the capabilities of Cursors?

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.

 154 views

More Questions for you: