When is a merge scan join a well performing access path?
Answer : A
Workload Manager (WLM) manages how many concurrent stored procedures can run in an address space and thenumber of concurrent stored procedures in an address space cannot exceed the value of the NUMTCB parameter. Which statement about the value of
NUMTCB is correct?
Answer : B
What is the purpose of the following query? SELECT DBNAME, NAME FROM
SYSIBM.SYSTABLESPACE TS WHERE NOT EXISTS (SELECT TP.DBNAME,
TP.TSNAMEFROM SYSIBM.SYSTABLEPART TP WHERE TP.DBNAME = TS.DBNAME
AND TP.TSNAME = TS.NAME);
Answer : C
In using plan stability, what storage space requirement should be of carefully monitored?
Answer : C
How can you find out which externaland native stored procedures are active in the system?
Answer : C