IBM DB2 9.7 SQL Procedure Developer (000-545) Free Practice Test
Question 1
Given the following DDL:

what will the SALARY be?

what will the SALARY be?
Correct Answer: C
Question 2
Given the following procedures:

What would be value of the variable TOTAL_SCORE if the PROCESS_SCORES procedure is called with the value 23 provided as input?

What would be value of the variable TOTAL_SCORE if the PROCESS_SCORES procedure is called with the value 23 provided as input?
Correct Answer: D
Question 3
Which statement is TRUE about associative arrays?
Correct Answer: A
Question 4
Given the following SQL:

Which statement is incorrect?

Which statement is incorrect?
Correct Answer: B
Question 5
Given the procedure shown below:

How many rows will be inserted in the table?

How many rows will be inserted in the table?
Correct Answer: B
Question 6
Given the variable declaration shown below: DECLARE v_mydate DATE; Which statement will assign a value to the variable V_MYDATE?
Correct Answer: C