Can i insert bulk records into a db2 table using qmf of
spufi only............!!!
Answers were Sorted based on User's Feedback
Answer / srini
Thru SPUFI/QMF/FileAID you can insert bulk records by
selecting the records from one table and inserting into
other one.
| Is This Answer Correct ? | 0 Yes | 2 No |
Give a brief description of db2 isolation levels?
What are the three types of page locks that can be held?
What is error -818 in db2. where can you find the timestamp of the DBRM and the source code.( precompile puts the timestamp on dbrm and source code correct?)
What is lock contention?
What is a cursor in programming?
What is deadlock in db2?
what is the soft code for deadlock ?
a cursor normally gets closed once we provide a commit . If u try to close the same cursor with close cursor command later after providing the commit will there be any sql-error.
How can you find out the # of rows updated after an update statement?
How to restart a DB2 program?
What is null value in db2?
what is the input to PLAN? what is the input to DBRM?