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
What is localdb mssqllocaldb?
How do you get column names only for a table (sql server)?
Which are the different types of indexes in sql?
How can check sql version from command line?
what is unique key constraint? : Sql dba
how many ways we can we find the current date using mysql? : Sql dba
How do I run pl sql in sql developer?
How can triggers be used for the table auditing?
Is like operator in sql case sensitive?
Can we use having without group by in sql?
What is a parameter query?
How do I view an execution plan in sql?
What is microsoft t sql?
Write a sql query to find the names of employees that begin with ‘a’?
what is 'trigger' in sql? : Sql dba