What cursor type do you use to retrieve multiple recordsets?

Answer Posted / sri

This ans opt for Oracle DB
---------------------------

SYS_REFCURSOR. this is what we called Explicit cursor.

In database if u run any sql statement by default system
will create a cursor. its called "Implicit cursor".

But in PL/SQL, we r using SYS_REFCURSOR to manupulate the
multiple records. that is called Explicit cursor.

Is This Answer Correct ?    15 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between partitioning and sharding?

523


Explain the difference between sql and mysql.

563


How is data stored on a disk?

538


What is the difference between local and global temporary table?

548


What are the limitations of sql express?

526






How many types of functions are there in sql?

501


How to pipe multiline string to isql?

574


Why do we need view in sql?

547


What are the different types of dbmss?

561


What is the most restrictive isolation level? : Transact sql

554


Can we update views in sql?

531


How global cursor can be declare with dynamic trigger ?

1746


What is a subquery in sql?

505


Is sqlexception checked or unchecked?

535


What is auto increment in sql?

583