Answer Posted / guest
Image copy is used to take the back up of the table after a
bulk update or insert. this can be used during recovery.
not sure if its a utility or function.
| Is This Answer Correct ? | 29 Yes | 0 No |
Post New Answer View All Answers
What is the default page size of buffer pools?
How to view db2 table structure?
How do you simulate the explain of an embedded sql statement in spufi/qmf?
What is the role of the data page in the db2 database?
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?
What is a db2 tablespace?
What is access path in db2?
Can you use max on a char column?
What is the maximum number of columns in a db2 table?
Define db2 and its databases?
What is null indicator in cobol db2?
How can you find out the # of rows updated after an update statement?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
What is lock escalation in db2?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?