
IBM Assessment: DB2 9.7 SQL Procedure Developer - A2090-545 Exam Questions
QUESTION NO: 1
Which of the following can be done while debugging a SQL procedure with IBM Data Studio?
Which of the following can be done while debugging a SQL procedure with IBM Data Studio?
Correct Answer: D
QUESTION NO: 2
Click the Exhibit button.

The table and triggers in the exhibit have been created successfully, when the statements shown below are executed.
INSERT INTO emp_hours VALUES('KAY', '9:00', '17:00');
INSERT INTO emp_hours (emp_name, starting) VALUES('BILL', '9:00');
What is the result?
Click the Exhibit button.

The table and triggers in the exhibit have been created successfully, when the statements shown below are executed.
INSERT INTO emp_hours VALUES('KAY', '9:00', '17:00');
INSERT INTO emp_hours (emp_name, starting) VALUES('BILL', '9:00');
What is the result?
Correct Answer: B
QUESTION NO: 3
Given the function:

What is the output of the statement: VALUES LENGTH(fcn1(' one good day '))?
Given the function:

What is the output of the statement: VALUES LENGTH(fcn1(' one good day '))?
Correct Answer: C
QUESTION NO: 4
Which two statements are true with regards to nesting SQL procedures? (Choose two.)
Which two statements are true with regards to nesting SQL procedures? (Choose two.)
Correct Answer: C,D
QUESTION NO: 5
How is the FOR statement distinct from other conditional statements?
How is the FOR statement distinct from other conditional statements?
Correct Answer: B
QUESTION NO: 6
Which of the following statements is true?
Which of the following statements is true?
Correct Answer: A
QUESTION NO: 7
Which statement will let you use the result set from the nested procedure CALLEE?
Which statement will let you use the result set from the nested procedure CALLEE?
Correct Answer: B
QUESTION NO: 8
The CREATE OR REPLACE PROCEDURE statement is similar semantically to which of the following combined statements?
The CREATE OR REPLACE PROCEDURE statement is similar semantically to which of the following combined statements?
Correct Answer: A




