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

What is the purpose of forms?

0 Answers  


Please tell me some knowledge about Clustering and how to add clustering?

1 Answers  


How do I open a .db file?

0 Answers  


Explain what are commit and rollback in sql?

0 Answers  


List out a number of the wants to setup a SQL Server failover cluster?

0 Answers  






Explain ms sql server reporting services vs crystal reports?

0 Answers  


Explain left outer join and right outer join?

0 Answers  


can you any body tell me while running BCP Out in instance in sql server 2000 is getting error. Error = [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.?

1 Answers  


What is mean by candidate key?

0 Answers  


What is database black box testing?

0 Answers  


Can coalesce return null?

0 Answers  


What is a performance monitor?

0 Answers  


Categories