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
how to convert dates to character strings? : Sql dba
Where is pl sql used?
How does cross join work?
What does := mean in pl sql?
How does sql store data?
Can you join views in sql?
What is primary key and unique key?
What is partition by in sql?
Which is better join or inner query?
What are commit, rollback, and savepoint?
how mysql optimizes distinct? : Sql dba
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
Why does sql need a server?
What is cross join example?
What is the purpose of my sql?