IBM Assessment: DB2 9.7 SQL Procedure Developer - A2090-545 Exam Practice Test
Which statement is permitted within a scalar user-defined function body?
Correct Answer: C
Vote an answer
Which two statements are true with regards to nesting SQL procedures? (Choose two.)
Correct Answer: C,D
Vote an answer
Which rule applies to the REFERENCING clause in a CREATE TRIGGER statement?
Correct Answer: D
Vote an answer
Click the Exhibit button.

Referring to the exhibit, which two statements are correct? (Choose two.)

Referring to the exhibit, which two statements are correct? (Choose two.)
Correct Answer: C,E
Vote an answer
Given the following statements: In the above given procedure, the statement in which line is not valid?


Correct Answer: D
Vote an answer
Which statement will let you use the result set from the nested procedure CALLEE?
Correct Answer: C
Vote an answer
Which statement can be used to define variable that can be shared between procedures?
Correct Answer: D
Vote an answer
Which statement correctly describes characteristics of external functions?
Correct Answer: C
Vote an answer
Click the Exhibit button.

A trigger was created as shown in the exhibit.
The UPDATE statement shown below is executed. UPDATE dept SET sales_id = '300' WHERE sales_id = '200'
How many row(s) are updated in the EMPLOYEE table?

A trigger was created as shown in the exhibit.
The UPDATE statement shown below is executed. UPDATE dept SET sales_id = '300' WHERE sales_id = '200'
How many row(s) are updated in the EMPLOYEE table?
Correct Answer: D
Vote an answer