What is a REF CURSOR? Compare strong and week ref cursor types.
Answer Posted / alladi venkateswarlu
Weak ref cursor types can be associated with any query
whereas strong ref cursor types can only be associated with
cursors of the same type.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Is sql similar to python?
what is a composite key ? : Sql dba
What is the difference between delete and truncate commands?
Can I join the same table twice?
What is the process of copying data from table a to table b?
What does partition by mean in sql?
What can sql server reporting services do?
what is a constraint? : Sql dba
Which join is like an inner join?
Does user triggers have entry for trigger with compilation errors?
what is meant by urlencode and urldocode? : Sql dba
Explain two easy sql optimizations.
Why do we use joins in sql?
Explain unique key in sql.
Why we use stored procedure instead of query?