Advantages and Disadvantages of Cursor?
Answer Posted / nageswara rao
as per my Knowledge cursor is data type which is used to
define multivalue variable.if u take int a ,here a is
static variable which hold only one value at a time.in some
situvations we need data type variable which hold
multivalues
if any one find new answer ,send me
nag.mca08@gmail.com
Is This Answer Correct ? | 28 Yes | 89 No |
Post New Answer View All Answers
How to retrieve error messages using odbc_errormsg()?
What is the difference between implicit and explicit transaction?
what are triggers? : Sql server database administration
What are the security related catalog views? : sql server security
How to count rows with the count(*) function in ms sql server?
How to delete duplicate records based on single column from a table?
What is replication and database mirroring?
you have couple of stored procedures that depend on a table you dropped the table and recreated it what do you have to do to reestablish those stored procedure dependencies?
What is the default server name for sql server?
What are different replication agents and what's their purpose? : sql server replication
How to find the service pack installed? : sql server database administration
How do I create a stored procedure in dbml?
Explain a join?
What is multi-statement table-value user-defined function?
What is a partition key?