Answers

Question and Answer:

  Home  MS SQL Server Cursors

⟩ What is scrollable cursor?

You can use keyword SCROLL to make cursor Scrollable.

It can scroll to any row and can access the same row in the result set multiple times.

A non-scrollable cursor is also known as forward-only and each row can be fetched at most once.

 178 views

More Questions for you: