IBM Assessment: DB2 9.7 SQL Procedure Developer - A2090-545 模擬練習
Given the variable declaration shown below: DECLARE v_mydate DATE; Which statement will assign a value to the variable V_MYDATE?
正解: C
Which code fragment illustrates the proper way to perform error checking in SQL stored procedures?
正解: D
Which statement describes what must be done to create an SQL procedure that returns a result set?
正解: D
Given the following statements: In the above given procedure, the statement in which line is not valid?


正解: D
What is the correct order for declarations in a compound statement defined by BEGIN and END?
正解: A
Given the following script:

What would be result from the SELECT * FROM audi1?

What would be result from the SELECT * FROM audi1?
正解: B
Which command can be used to optimize static SQL statements containing parameterized queries?
正解: D
Which SQL procedure declaration is coded correctly?
正解: A
Which of the following statement is TRUE about a REPEAT loop?
正解: A