what are the advantages of cursors than procedures?

Answers were Sorted based on User's Feedback



what are the advantages of cursors than procedures?..

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

what are the advantages of cursors than procedures?..

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

Post New Answer

More SQL PLSQL Interview Questions

What is out parameter used for eventhough return statement can also be used in pl/sql?

0 Answers  


How to prepare for oracle pl sql certification?

0 Answers  


what is 'mysqlshow'? : Sql dba

0 Answers  


What is PL/SQL Records?

0 Answers  


What are the various restrictions imposed on view in terms of dml?

0 Answers  






What do you mean by stored procedures?

0 Answers  


what is julian date in oracle

2 Answers  


What are stuff and replace function?

0 Answers  


What is the use of sql trace?

0 Answers  


What is auto increment?

0 Answers  


What is the difference between inner join and outer join?

0 Answers  


How many row comparison operators are used while working with a subquery?

0 Answers  


Categories