Question 21
Which of the following is fundamental to BLU acceleration?
Question 22
The application owners say they need to be able to query a table and previous versions of that table. Which type of table is appropriate to satisfy this requirement?
Question 23
Which DB2 product required to allow connections from DB2 LUW to DB2 on z/OS?
Question 24
What type of function is created using the following command?
CREATE FUNCTION TAN (X DOUBLE)
RETURNS DOUBLE
LANGUAGE SQL
CONTAINS SQL
NO EXTERNAL ACTION
DETERMINISTIC
RETURN SIN(X)/COS(X)
Question 25
A multi-partition database environment using BLU acceleration is designed to meet which of the following requirements? (Choose two.)
