Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How many types of Cursor in SQL SERVER?

Answer Posted / anindya basu

There are four types of cursor in SQL Server which are:

a. Static
b. Dynamic
c. Forward Only, and
d. Keyset
Static keysets aren't sensitive to database changes and are scrollable.
Dynamic keysets are sensitive to database changes and are scrollable.
Forward only keysets aren't sensitive to database changes and allows only forward scrolling of data. There are 3 variants of Forward Only cursors viz. Forward Only Static, Forward Only Keyset, and Fast Forward. Fast Forward is the fastest of all cursors.
Keyset cursor supports movement from the first row to the last and vice-versa. It doesn't identify inserts but recognizes both updates and deletes.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between HTTP and HTTPS in database?

1091


Explain linked server in sql?

1292


Why Master database is required?

1185


How to connect a database with sql express.?

1115


Define self join?

1076


What are the differences between union, intersect, and minus operators?

1139


What samples and sample databases are provided by microsoft?

1087


Will count(column) include columns with null values in its count?

1147


What is the guest user account in sql server? What login is it mapped to it? : sql server security

1111


What are the advantages to use stored procedures?

1177


Explain having clause and where clause?

1091


What are the High-Availability solutions in SQL Server and differentiate them briefly?

1183


Is oracle faster than sql server?

1004


How you can find out if an index is useful to the optimizer?

985


What is the function of sql server agent windows service?

1143