Answer Posted / kiran r
Cursor is is pointer which is used access data retrived from database.Cursor is static in nature
ref cursor is datatype variable. whose memory address is working area query in database. it is dynamic in nature and it can be modified at the runtime
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we use pl sql in sql server?
What is break?
Can we call procedure in select statement?
Can we use pl sql in mysql?
Explian rowid, rownum? What are the psoducolumns we have?
how to convert dates to character strings? : Sql dba
which types of join is used in sql widely? : Sql dba
What is the difference between clustered and non-clustered index in sql?
What is the difference between unique and primary key constraints?
How do you update sql?
what is an alias command? : Sql dba
How can you load microsoft excel data into oracle? : aql loader
How can a function retun more than one value in oracle with proper example?
How does sql developer connect to oracle database?
What is right join in sql?