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 are cascading parameters in ssrs reports?
Suppose i have a table that contains 5 columns like col1,col2...colm5.I want to import only two column through BCP utility.How to do same through BCP in sybase.
Explain the different types of joins?
What is advantage data architect?
What is similarity and difference between truncate and delete in sql?
What are cursors and when they are useful?
How you can minimize the deadlock situation?
What is a group function explain with an example?
How to perform backup for certificates in sql server? : sql server security
How to count duplicated values in a column in ms sql server?
What changes in the front end code is needed if mirroring is implemented for the high availability? : sql server database administration
What are the different types of sub-queries?
What is the difference between ddl and dml?
How to check table values in sql server?
What is the difference between functions and stored procedures?