why we use cursor?

Answers were Sorted based on User's Feedback



why we use cursor?..

Answer / yoshita kundwani

Cursors can be considers as named result sets which allow a
user to move through each record one by one.

Is This Answer Correct ?    37 Yes 1 No

why we use cursor?..

Answer / anil

Cursor allow row by row fetching records

Is This Answer Correct ?    22 Yes 5 No

why we use cursor?..

Answer / manoj kumar singh

When we want to update row depending on certain criteria. we
will loop through all rows and update data accordingly.
There's where cursors come in to picture.

Is This Answer Correct ?    18 Yes 7 No

why we use cursor?..

Answer / sid

Cursors can be considers as named result sets which allow a
user to move through each record one by one.

Is This Answer Correct ?    14 Yes 3 No

Post New Answer

More SQL Server Interview Questions

Define left outer join in sql server joins?

0 Answers  


IF more than one Site is accessing the same Database server and I want to move the DB with Minimum down time? How will you do

0 Answers  


Explain indexed views and partitioned view with their syntax.

0 Answers  


What are clustered and non-clustered index?

0 Answers  


what are the limitations of parameters in a storedprocedure

1 Answers  






What the different types of Replication and why are they used?

0 Answers  


How to test values returned by a subquery with the in operator?

0 Answers  


How can you see what type of locks used?

1 Answers  


What do you mean by acid?

0 Answers  


How to connect sql server management studio express to sql server 2005 express?

0 Answers  


You want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition?

0 Answers  


Explain transaction server explicit transaction?

0 Answers  


Categories