Which one is the character manipulation function?
TRUNC
REPLACE
TO_DATE
MOD
CASE
Which constraint can be defines only at the column level?
UNIQUE
NOT NULL
CHECK
PRIMARY KEY
FOREIGN KEY
Which is an /SQL*Plus command?
INSERT
UPDATE
SELECT
DESCRIBE
DELETE
What is the size of a data page?
4K to 8K
4K to 10K
5K to 10K
5K to 15K
What is the maximum number of tables that can be stored on a Partitioned Table Space?
TWO
ONE
FIVE
EIGHT
What is the maximum number of tables that can be joined?
Twenty
Eight
Fifteen
Six
Can I use DB2 Stored Procedures with Debug Tool?
True
False
When you COMMIT, is the cursor closed?
Is DECLARE CURSOR Executable?
Can you have more than one cursor open at any one time in a program?