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

Can you join a table to itself?

712


Is merge a dml statement?

731


how to write date and time literals? : Sql dba

698


Are there any features that are decommissioned in 11g that are not present in 11g?

1820


What is the difference between subquery and correlated query?

724






What is the use of function "module procedure" in pl/sql?

884


What does count (*) mean in sql?

1291


Is sql workbench free?

712


How do you go back in sql?

701


how many sql ddl commands are supported by 'mysql'? : Sql dba

705


What is a constraint?

729


What is a dynamic query?

762


Explain the commit statement.

848


What are the different operators available in sql?

749


What is numeric function sql?

724