Question 1: Which of the following is a best choice to load data in real-time with high concurrency?
- Load
- Import
- Ingest
- db2move
Question 2: Which of the following is TRUE in the case of the Ingest utility?
- Client-side utility
- It supports LOB and XML data types
- It doesn't support DML operations
- It allows only read-only workload during ingestion
Question 3: Which LOAD command modifier can be used when working with identity column data?
- IDENTITYRESET
- IDENTITYOVERRIDE
- IDENTITYSUPRESS
- IDENTITYRETAIN
Question 4: Which operation cannot be performed on a table that contains a primary key that is referenced by a foreign key in another table?
- IMPORT ... INSERT
- IMPORT ... REPLACE
- IMPORT ... INSERT_UPDATE
- IMPORT ... CREATE
Question 5: Which of the following illustrates the proper order in which to use the DB2 data management utilities?
- RUNSTATS, REORG table...