What is a cursor in SQL Server 2000 and their types?
Answer Posted / arshad abbasi
Cursors allow row-by-row prcessing of the resultsets.
Types of cursors: Static, Dynamic, Forward-only, Keyset-
driven
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between insensitive and scroll cursor?
What is data mart? : sql server analysis services, ssas
What stored by the master? : sql server database administration
What is a covered index?
You want to check the syntax of a complicated update sql statement without executing it. What command should you use?
Can you explain important index characteristics?
What is right outer join in sql server joins?
How can we get count of the number of records in a table?
How to add an address record into adventureworkslt?
you added a row to a view, but the row is not shown on the view. Explain how this can happen, and how you can remedy the situation
What is normalization? What number of normalization shapes are there?
What is bcnf normalization form?
How is sql used in sql server?
Does the unique constraint create an index?
What is built-in function?