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
Is primary key always clustered index?
What is a dynamic query?
How to avoid using cursors?
How can you load multi line records? : aql loader
Is delete faster than truncate?
What is the most restrictive isolation level? : Transact sql
Why is sql*loader direct path so fast?
What is sql used for?
Can we join same table in sql?
What is pivot in sql?
What does desc stand for?
What are the two types of periodical indexes?
how to drop an existing view in mysql? : Sql dba
In a distributed database system, can we execute two queries simultaneously?
Can variables be used in sql statements?