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
Can I copy :old and :new pseudo-records in/to an oracle stored procedure?
What is sql trigger example?
Is id a reserved word in sql?
What is the advantage of nosql?
what are local and global variables and their differences? : Sql dba
What is primary and foreign key?
How to add new employee details in an employee_details table with the following details
What is pivot in sql?
What do you know by pl/sql cursors?
What are the different types of tables in sql?
tell us something about heap tables. : Sql dba
Name the operator which is used in the query for pattern matching?
What is composite data type in pl sql?
what are the properties and different types of sub-queries? : Sql dba
What are the types of functions in sql?