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 |
What is dbrm? When it will be created?
Is it mandatory to use DCLGEN? If not, why would you use it at all?
What if we fail to give values in columns declared as NOT NULL ?
What is coalesce in db2?
What is a recovery log?
Mention the definition of cobol in varchar field.
If there is no row in Emp table with Ename as Raghava and you run the below queries in SPUFI. 1.select Ename from EMP wher Ename = 'raghava' 2.Select count(*) from EMP where Ename = 'raghava' What is SQLCODE shown up in SPUFI
Mention the downsides of page level lock.
How to view db2 table structure?
What is the logical entity between plan and Package?
What will the FREE command do to a plan?
What is the difference between bind and rebind in db2?