Define scrollable cursor

Define 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.

- It is commonly used in modern screen-based applications in which the user scrolls back and forth through the data.

- It has the ability to detect the changes to resultset.

- If a scrollable cursor can detect changes to rows, then it can only detect them.
Temporary table VS Table variable
Table variable that can be used in stored procedures, functions and batches.......
What is Replication?
Replication is the process of distributing data from one database to another on the same server or servers connected through LAN or the internet.......
What are the types of Replication?
Snapshot Replication - In this kind, snapshot of entire data is copied from publisher to the subscriber's database on regular interval........
Post your comment