MYSQL MySQL 5.0 Database Administrator Certified Professional Exam, Part II (1Z0-874) Free Practice Test
Question 1
Connection strings in FEDERATED tables are stored...
Correct Answer: D
Question 2
Which of the following best describes what the master.info file contains and how it is used? (Choose two)
Correct Answer: A,B
Question 3
Consider the following: mysql> EXPLAIN SELECT Name FROM Country WHERE Code = 'CAN' *************************** 1. row *************************** id: 1 select_type: SIMPLE table: Country type: const possible_keys: PRIMARY key: PRIMARY key_len: 3 ref: const rows: 1 Extra: Which of the following best describes the meaning of the value of the type column?
Correct Answer: A
Question 4
When choosing hardware for your MySQL server, is memory important to MySQL and why? (Choose two)
Correct Answer: B,C
Question 5
How can the SHOW PROCESSLIST command be helpful when optimizing queries?
Correct Answer: D
Question 6
Why should one preferably group multiple statements for InnoDB tables within a transaction whenever it is possible?
Correct Answer: B