how to fetch multiple records without using cursor
Answer Posted / rajni
U cant fatch the record without using cursor.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What are the different types of base tables?
What is copy pending and check pending in db2?
How would the varchar column remarks defined?
What types of tables are there in the db2 database?
How can tablespace be moved to another dasd volume that is allocated for that tablespace?
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
What is view db2?
What's The Error Code For Unique Index Voilation?
What is package in db2 mainframe?
What is bufferpool in db2?
What is innodb buffer pool?
What is the default page size of buffer pools?
Mention a credible reason why select* is never given preference in an sql program that has been embedded.
What is declare cursor?