Advantages and Disadvantages of Cursor?
Answer Posted / sharjeel
Hi Friends,
Cursor is more useful programming concept. It is a Data
Type which is used to define multivalue variable. Because
with cursor we fetch more records from tables or rows and
store in a static variable.
After Fetching values in a varible we can use that for
compairing from other values or other cursor.
Regards
Sharjeel Khan
Software Engineer.
| Is This Answer Correct ? | 29 Yes | 12 No |
Post New Answer View All Answers
Which are the new data types introduced in sql server 2008?
What do you know about system database? : SQL Server Architecture
How is foreign key related to primary key?
Explain transaction server auto commit?
Explain different types of self contained sub query?
How can you know if the row fetched from cursor is still valid in underlying table?
How to download microsoft sql server 2005 express edition?
List all types of constraints in sql server?
Explain transaction server implicit?
How to achieve Paging of records in SQL SERVER?
What is the purpose of the model database?
What is a field in a table?
what is difference between view and Dip.
What are acid properties of transaction?
What is partition, how will you implement it? : sql server analysis services, ssas