i have doubt that any one tell ref cursor comes in sql
pl/sql? pls clarify?

Answers were Sorted based on User's Feedback



i have doubt that any one tell ref cursor comes in sql pl/sql? pls clarify?..

Answer / sureshkumar somayajula

Hi ,

It will use in PL/SQL. Reusability of Cursor is nothing
but "REF CURSOR".These are of 2 types.

1. Weak Ref cursor 2. Strong ref Cursor.

Is This Answer Correct ?    9 Yes 0 No

i have doubt that any one tell ref cursor comes in sql pl/sql? pls clarify?..

Answer / raghu

Ref cursor comes in PL/SQL.
You can return a ref cursor in a function.
A ref cursor is useful while returning more values.

Is This Answer Correct ?    8 Yes 1 No

i have doubt that any one tell ref cursor comes in sql pl/sql? pls clarify?..

Answer / murali

ref cursor is of pl/sql topic

the main use of Ref Cursor is we can create multiple activeset area using refcursors

Is This Answer Correct ?    1 Yes 0 No

i have doubt that any one tell ref cursor comes in sql pl/sql? pls clarify?..

Answer / nirma durra

Ref-Cursor is DataType

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

can i create trigger on synonym is it possible or not please help me

4 Answers   CGI,


What are pl/sql exceptions? Tell me any three.

1 Answers  


how to create object in plsql

3 Answers   Microsoft,


Why do we use procedures in sql?

0 Answers  


how can we submit a form without a submit button? : Sql dba

0 Answers  






How is use pl and sql?

0 Answers  


What is extent clause in table space?

1 Answers   TCS,


how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba

0 Answers  


How to get employee name from employee table which is the fiveth highest salary of the table

20 Answers   Infosys, Rolta,


What is the use of cursor ? how cursor allocate context area for executing the sql statement?

4 Answers   HCL,


what is a trigger? : Sql dba

0 Answers  


What is difference between a Cursor declared in a procedure and Cursor declared in a package specification ?

2 Answers   JDA,


Categories