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
what is self-join? : Sql dba
What is the left table in sql?
How to create your own reports in sql developer?
what happens if you no create privilege in a database? : Sql dba
Explain the select statement in sql?
What is cascade in sql?
How do you optimize a query?
Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints
What is union, minus and interact commands?
what happens when the column is set to auto increment and you reach the maximum value for that table? : Sql dba
Why use stored procedures?
how to return query output in html format? : Sql dba
define sql delete statement ? : Sql dba
What does seeding a database mean?
Compare sql & pl/sql