How do you Load a table ?? and what is Load replace ?
Answer Posted / sasi
load a Table using LOAD UTILITY provided by db2.
LOAD REPLACE
replace old data in the Table(resets a tablespace and
related indexes to empty before loading)
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
How can we read records for specific member in CL? AND rpg?
What is page size in db2?
What are the prerogatives?
What is package in db2 mainframe?
What are the various data types available in db2?
Are views updateable?
What is null indicator in db2?
How do you find the maximum value in a column in db2?
before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?
How is deadlock resolved?
What is runstats and reorg in db2?
How to compare data between two tables in db2?
Which components manage deadlocks in db2?
Can we delete records from view?
When the like statement is used?