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
What is sql server used for?
What gets stored inside msdb database?
What is query parameter in ssrs?
‘Order by’ is not allowed in a view how can you sort information from a view?
Explain the difference between primary keys and foreign keys?
What do mean by xml datatype?
What encryption security is available in sql azure?
What is a join in sql?
Define inner join? Explain with an example?
What is data compression?
hi, how to link a text file and a .rpt file in my tables of sql server and to retrieve those records for further use. reply me as soon as possible.
How to filter out duplications in the returning rows in ms sql server?
What happens when unicode strings concatenate with non-unicode strings?
What is NOT NULL Constraint in sql server 2012?
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.