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
Is stored procedure faster than query?
Is sql pronounced sequel or sql?
How is a process of pl/sql compiled?
How much does sqlite cost?
how to get @@error and @@rowcount at the same time? : Sql dba
Write a query to find the names of users that begin with "um" in sql?
What is sp_helptext?
Can we rename a column in the output of sql query?
Explain ttitle and btitle.
How to add, remove, modify users using sql?
What is bitemporal narrowing?
what is a database? : Sql dba
What is the purpose of primary key?
Are subqueries faster than joins?
How to combine two stored procedures in sql?