i have doubt that any one tell ref cursor comes in sql
pl/sql? pls clarify?
Answer Posted / 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 |
Post New Answer View All Answers
How does sql developer connect to oracle database?
difference between anonymous blocks and sub-programs.
How do I view output in sql developer?
Why stored procedure is better than query?
Is record in pl sql?
Is left join faster than join?
Does oracle roll back the transaction on an error?
How to assign sql query results to pl sql variables?
How exception handling is done in advance pl/sql?
Where can I learn sql for free?
explain primary keys and auto increment fields in mysql : sql dba
What do you mean by stored procedures?
What is the difference between row level and statement level trigger?
what are different types of keys in sql?
Can variables be used in sql statements?