1: | Which data movement utility supports the CURSOR input file type? |
2: | What other privileges are needed to load a table if the person already has LOAD authority? |
3: | Bob creates the stock table:
He then loads the table with this load command:
The input file stock.del looks like this: 10, "AAA", 30 20, "BBB", - 30, "CCC", 3 30, "DDD", 4 40, "EEE", x After the load command is executed, which rows will be stored in the stockdmp.dmp file? |
4: | With the same target table definition, load command, and input file as in question 3,, which rows will be stored in the stockexp exception table? |
5: | A table is created with the following statement:
If this load command is issued, what state would the employee table be in?
|
6: | A table is created with the following statement:
If this import command is issued, what state would the employee table be in?
|
7: | What will this command do?
|
8: | Bob just completed a load operation to insert 300,000 rows of data into various tables. He performed a RUNSTATS to update the database statistics so that the DB2 optimizer knows about the new data. However, when the user logs in and runs the application, the performance is not acceptable. The application is mainly coded in static SQL and SQL stored procedures. What can Bob do to improve performance? |
9: | Bob tries to execute the following command:
However, he receives log full errors. What can he do to solve this problem? |
10: | What is the prerequisite for a table to be imported with the insert_update option? |
11: | Which of the following tools will read data from an ASCII file and add them to a table?
|
12: | Which of the following tools will read data from an ASCII file and add them to a view?
|
13: | Which of the following formats is not supported by the import utility?
|
14: | You want to import the following rows of data in the file foo.txt into the table foo : "Hello"|"World" "Goodbye"|"Cruel World" Which of the following commands must you run?
|
15: | Which of the following tools cannot act on a view?
|
16: | Which of the following tools, commands, or statements can be used to rename a database?
|
17: | Which of the following tools can capture statistics on the data it adds to the table?
|
18: | Which of the following are true?
|
19: | Which of the following tools can create a new table as well as populating the table?
|
20: | Given a table is defined with PCTFREE = 1, which of the following tools will not leave free space in a table for subsequent inserts?
|