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.
Which DB2 object can be used to improve the execution performance of qualified SELECT statements?
4.
When is it appropriate to use a sequence?
5.
Which clause should be included in a ALTER TABLE statement to update a table definition with a new column?
6.
Which object is a stored procedure defined into?

 
7.
Which action needs to be performed in order to complete the definition of an application-period temporal table?
8.
What functionality allows users to perform a UNION operation between a DB2 table and an Oracle view?
9.
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?
10.
Which DB2 object is used to provide a logical grouping of other database objects?