What is the use of cursor ? how cursor allocate context area for executing the sql statement?
Answer Posted / sowmya
Hi
cursors allow row -by-row processing of the resultsets
Types of cursors are: static,dynamic,
forward-only,keyset-driven,
disadvantages of cursors are : each time you fetch a row
from the cursor,it results in a network roundtrip,where are
as normal select query makes only one round trip
cursors are costly as they need temparory storage.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to install oracle sql developer?
What is sql profiling in oracle?
Why do we use procedures?
How do you update sql?
How do I count records in sql?
How do I remove sql developer from windows 10?
What is rename in sql?
Describe different types of general function used in sql?
what is row? : Sql dba
what is bdb (berkeleydb)? : Sql dba
What is function and procedure?
What are stuff and replace function?
Define SQL and state the differences between SQL and other conventional programming Languages?
How many joins can you have in sql?
How to download oracle sql developer?