IBM DB2 11 Fundamentals for z/OS - C2090-320 FREE EXAM DUMPS QUESTIONS & ANSWERS
A stored procedure needs to issue a dynamic SQL statement (SELECT) at runtime. The stored procedure's owner ID must be used for the authorization check (whether or not the SELECT is allowed).
Which BIND parameter setting can you use to accomplish this ?
Which BIND parameter setting can you use to accomplish this ?
Correct Answer: D
Vote an answer
Which of the following SQL constructs does NOT provide information about the success or failure of the SQL statement that was just executed?
Correct Answer: D
Vote an answer
A summary table can be easily maintained using which of the following?
Correct Answer: B
Vote an answer
Which isolation level is described by the following?
The ISOLATION (..) option allows maximum concurrency with data integrity. Under the ISOLATION (..) option, a transaction holds locks only on its uncommitted changes and on the current row of each of its cursors.
The ISOLATION (..) option allows maximum concurrency with data integrity. Under the ISOLATION (..) option, a transaction holds locks only on its uncommitted changes and on the current row of each of its cursors.
Correct Answer: D
Vote an answer