What is a REF CURSOR? Compare strong and week ref cursor types.
Answer Posted / sure
ref cursor is a datatype we can assign variables that data type called cursor variable,cursor variable can associate with different queries at run time,primary advantage of refcursor is we can pass result set morethan one sub program
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How do I kill a query in postgresql?
Why cross join is used?
how to install mysql? : Sql dba
What is the cause of mutating table error and how can we solve it?
What sql does db2 use?
What is example of database?
Is and as keyword in pl sql?
What is replication id?
What sql database should I use?
What are the 3 types of behavioral triggers?
Do we need to rebuild index after truncate?
What are the disadvantages of file system?
What is mutating trigger?
What is the example of procedure?
How many times can we commit in a loop?