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
Name the different types of indexes in sql and define them.
give the syntax of grant and revoke commands? : Sql dba
How to take user input in pl sql?
describe transaction-safe table types in mysql : sql dba
how can you create an empty table from an existing table? : Sql dba
What are the types of views in sql?
What is sql entity?
Are null values same as that of zero or a blank space?
What does count (*) do in sql?
What is %type in sql?
What is a primary key called that is made up of more than one field?
What is AUTH_ID and AUTH_USER in pl/sql ?
What is crud sql?
what is the difference between join and union? : Sql dba
when MSQL8.0 is in market