Answer Posted / shwetha k
A cursor is a pointer to pointing to this memory area and used to retrieve data row by row instead of all row at a time.
select statement fetches only one row.so to overcome this problem cursor is used to hold the set of rows or data in one variable and can do whatever manipulation we want to do.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Sql technical questions
Is sql difficult?
Why do we need view in sql?
What is cross join sql?
What is transaction control language (tcl)?
What is clause?
What is spool?
What has stored procedures in sql and how we can use it?
Why stored procedures are faster than query?
Does pl sql work in mysql?
What are the benefits of triggers?
what is a view? : Sql dba
What is mdb stand for?
What are the packages in pl sql?
Why function is used in sql?