what is the difference between normal select query and
currosor
Answer Posted / vinay srivastava
Normal select Query fetches all rows in one go while cursor
fetches one row at a time.
| Is This Answer Correct ? | 10 Yes | 17 No |
Post New Answer View All Answers
What is the usage of open cursor command?
Is db2 a mainframe database?
Which component is used to execute the sql statements?
Why do we need reorg in db2?
What is a collection in db2?
Mention a credible reason why select* is never given preference in an sql program that has been embedded.
What is performance tuning db2?
What is buffer pool and list some of them?
What is query_cache_limit?
How do you pull up a query which was previously saved in qmf?
Explain about open switch business continuity software?
How do I create a view in db2?
What is a cursor in programming?
What is the use of predicate?
What is the syntax for FETCH in DB2 ?