Answer Posted / raam
Cursor is a private memory area. to perform transations on
morethan one row we are using cursors. required multi-
records will be fetched to cursor area and will do
operations on those records. It is a temperary memory area.
Winthout Cursor pl/sql can perform only one record at a
time.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is cursor and why it is required?
What programs use sql?
How does rowid help in running a query faster?
What is count * in sql?
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba
What is duration in sql profiler trace?
What are the indexing methods?
What are stored procedures used for?
What does select count (*) mean in sql?
Explain what is a column in a table?
How to run sql functions in pl/sql?
What are the different set operators available in sql?
Is sqlite free?
What is difference between hql and sql?
What is $$ in sql?