1.
If the following command is executed: CREATE DATABASE test What is the page size (in kilobytes) of the database?
2.
Given the following DDL statement: CREATE TABLE sales (item CHAR(20)); If a DBA wishes to increase the size of the ITEM column, which SQL statement needs to be used?
3.
When is it appropriate to use a sequence?
4.
Which clause should be included in a ALTER TABLE statement to update a table definition with a new column?
5.
Which object is a stored procedure defined into?
6.
What functionality allows users to perform a UNION operation between a DB2 table and an Oracle view?

 
7.
You have a business need to query DB2 10 and DB2 9 databases and you want to write an application that can run on most platforms unchanged. Which interface would you use to achieve your goal?
8.
Which DB2 object is used to provide a logical grouping of other database objects?
9.
Which type of temporal table can be used to store only time-sensitive data?
10.
Which product is used to customize execution environments for the purpose of controlling system resources so that one department or service class does not overwhelm the system?