IBM DB2 9.7 SQL Procedure Developer - 000-545 FREE EXAM DUMPS QUESTIONS & ANSWERS
Click the Exhibit button.

Which statement is true about the CASE statement shown in the exhibit?

Which statement is true about the CASE statement shown in the exhibit?
Correct Answer: A
Vote an answer
Which CREATE PROCEDURE statement option should be used if you plan on issuing a DECLARE GLOBAL TEMPORARY TABLE statement from within the SQL procedure body?
Correct Answer: D
Vote an answer
Given the following CREATE PROCEDURE statement: In what order must declarations occur within the lines ap: BEGIN and END ap?


Correct Answer: D
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: C
Vote an answer
Which code fragment illustrates the proper way to perform error checking in SQL stored procedures?
Correct Answer: C
Vote an answer
