State the difference between implict and explict cursor's?

Answer Posted / swapna

Implicit Cursor are declared and used by the oracle
internally. whereas the explicit cursors are declared and
used by the user.

more over implicitly cursors are no need to declare oracle
creates and process and closes autometically. the explicit
cursor should be declared and closed by the user.

More over Explicit Cursors were used to retrieve values
from two or more rows.

Is This Answer Correct ?    28 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are pl sql data types?

552


What is the difference between the implicit and explicit cursors?

527


What are the types of index in sql?

535


How do you write an index?

527


What is sql profiler in oracle?

568






Can function return multiple values in sql?

533


What does rownum mean in sql?

558


Why we use join in sql?

533


Is natural join and inner join same?

502


How can you tell the difference between an index and a view?

494


What is the best free sql database?

572


What is the difference between rollback and rollback to statements?

586


What is the use of sql trace?

481


define join and explain different type of joins? : Sql dba

547


How to Execute a Package in PL/SQL.?

587