Answer Posted / suresh kumar somayajula
Re-usability of a cursor is nothing but " REF CURSOR".
It is of 2 types.
1. Weak REF Cursor
2. Strong REF Cursor.
SYNTAX:
1.Strong Refcursor
SYN: TYPE <TYPE_NAME> IS
REFCURSOR RETURN <RETURN_DATA_TYPE>
2.Weak Refcursor
SYN : TYPE <TYPE_NAME> IS
REFCURSOR
Thank you,
Suresh
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What is a table in a database?
What is sql table?
What is pl sql architecture?
What is the purpose of primary key?
What are the benefits of pl sql?
i have 2 table table one 4 columns respective values a1 7,a2 6,a3 8 ,a4 12 & table two 4 colums respective values a1 7,a2 6,a3 8,a4 15.if table one & table two 3 colums same then 4th column values 1)Qes diff >5 then print 5 * diff value 2)Que diff <5 print 5
Why is sql important?
What are the possible values for the boolean data field?
How many types of sql are there?
Can a trigger call a stored procedure?
Why do we use %rowtype & %type in plsql?
Is left join same as inner join?
How many postgresql users are there, worldwide?
What is a design view?
What sql database should I use?