what are the advantages of cursors than procedures?
Answers were Sorted based on User's Feedback
Answer / kumar srinivasalu
Cursors can be used to pass the parameters to procedures
and functions. The Single cursor used to multiple
updatation and used multiple queries at run time
Is This Answer Correct ? | 16 Yes | 0 No |
Answer / somashekhar m
By using cursors It is possible to fetch row by row, when
user might want to work with rows one at a time. But not
possible with SQL standard statements it is not possible to
go row by row fetching.
A cursor can be defined as is a set of rows together with a
pointer that identifies a current row.
in ACID cursor works for consistency of the data.
Is This Answer Correct ? | 12 Yes | 2 No |
What is out parameter used for eventhough return statement can also be used in pl/sql?
How to prepare for oracle pl sql certification?
what is 'mysqlshow'? : Sql dba
What is PL/SQL Records?
What are the various restrictions imposed on view in terms of dml?
What do you mean by stored procedures?
what is julian date in oracle
What are stuff and replace function?
What is the use of sql trace?
What is auto increment?
What is the difference between inner join and outer join?
How many row comparison operators are used while working with a subquery?