IBM DB2 9.7 DBA for Linux UNIX and Windows - 000-541 Exam Practice Test

A table named CUSTOMER has an XML column named CUSTINFO that contains several XML documents. Which SQL statement will retrieve XML documents from the CUSTOMER table and convert them to character strings?
Correct Answer: C
You want to grant user BOB the ability to create tables in table space PLANS and to grant this privilege to others Which command would you use?
Correct Answer: C
Click the Exhibit button
Given the INSERT statements shown below:
INSERT INTO applicant VALUES (1 ,'M' 54); INSERT INTO applicant VALUES (2, 'F', 38); INSERT INTO applicant VALUES (3, 'M', 21); INSERT INTO applicant VALUES (4, 'F', 91); INSERT INTO applicant VALUES (5, 'C', 50); INSERT INTO applicant VALUES (6, 'C', 70); INSERT INTO applicant VALUES (7, 'C', 95);
How many rows will be successfully inserted?
Correct Answer: B
Click the Exhibit button

Refer to the logging configuration parameters shown in the exhibit.
If there are currently 100 active log files and there is an error with archiving log file 1. What will happen when DB2 attempts to create log file 101?
Correct Answer: C
Which three authorizations allow you to execute db2pd? (Choose three.)
Correct Answer: A,B,C
You are asked to create a new database called PRODDB where no privileges will be automatically granted to PUBLIC Which CREATE statement will accomplish this?
Correct Answer: A
What are three system and database level authorizations available with DB2? (Choose three.)
Correct Answer: A,C,D