If the following command is executed: CREATE DATABASE test What is the page size (in kilobytes) of the database?
Correct Answer:
A
🗳️
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?
Correct Answer:
D
🗳️
Which DB2 object can be used to improve the execution performance of qualified SELECT statements?
Correct Answer:
D
🗳️
When is it appropriate to use a sequence?
Correct Answer:
C
🗳️