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
Does sql view stored data?
Can we use distinct and group by together?
What is difference between group by and partition by?
i have 2 table table one 4 columns respective values a1 7,a2 6,a3 8 ,a4 12 & table two 4 colums respective values a1 7,a2 6,a3 8,a4 15.if table one & table two 3 colums same then 4th column values 1)Qes diff >5 then print 5 * diff value 2)Que diff <5 print 5
What is multiple columns?
How to prepare for oracle pl sql certification?
What is error ora-12154: tns:could not resolve the connect identifier specified?
What is the purpose of the sql select top clause?
What is the use of <> sql?
Describe sql comments?
What is sql stand for?
Can we connect to postgresql using sql developer?
Explain what is a field in a database and record in a database?
What is left join example?
what is union, minus and interact commands? : Sql dba