how a reference cursor works?what all adnvantages are
gained with it..specify the situation?
Answer Posted / a.jyothsna
Difference between cursor and ref-cursors is same as the
difference between variable and constant.
With ref-cursors we can use the cursors variable.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What are inbuilt functions in sql?
what is the difference between delete and truncate commands? : Sql dba
What are different joins used in sql?
How can a function retun more than one value in oracle with proper example?
What are the set operators in sql?
What is primary key and unique key?
What are the query optimization techniques?
What is error ora-12154: tns:could not resolve the connect identifier specified?
What is the trigger in sql?
What are the different types of dbms?
How do I install microsoft sql?
i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this
Which operator is used in query for pattern matching?
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
Is sql better than access?