最新的MYSQL MySQL 5.0 Database Administrator Certified Professional Exam, Part II - 1Z0-874免費考試真題
問題1
Consider the following:
mysql> EXPLAIN SELECT * FROM City WHERE CountryCode = 'USA'
*************************** 1. row ***************************
id: 1
select_type: SIMPLE table: City
type: ALL
possible_keys: NULL
key: NULL
key_len: NULL
ref: NULL
rows: 4079
Extra: Using where
What does the possible_keys column in this output denote?
Consider the following:
mysql> EXPLAIN SELECT * FROM City WHERE CountryCode = 'USA'
*************************** 1. row ***************************
id: 1
select_type: SIMPLE table: City
type: ALL
possible_keys: NULL
key: NULL
key_len: NULL
ref: NULL
rows: 4079
Extra: Using where
What does the possible_keys column in this output denote?
正確答案: B
問題2
Which of the following is true of the table cache if you mainly run simple queries on many tables?
Which of the following is true of the table cache if you mainly run simple queries on many tables?
正確答案: A
問題3
How can stored routines be used to check for constraints or legality
How can stored routines be used to check for constraints or legality
正確答案: B
問題4
Granting access to the mysql database...
Granting access to the mysql database...
正確答案: C
問題5
Which of the following best describes the purpose of the max_allowed_packet parmeter, and when it is set? (Choose two)
Which of the following best describes the purpose of the max_allowed_packet parmeter, and when it is set? (Choose two)
正確答案: B,C
問題6
What type of resource limitations may be placed on a user account with the GRANT statement? (Choose four)
What type of resource limitations may be placed on a user account with the GRANT statement? (Choose four)
正確答案: A,C,D,F
問題7
Which of the following are methods to improve performance? (Choose two)
Which of the following are methods to improve performance? (Choose two)
正確答案: A,B
問題8
The password for the existing user 'kofi'@'agric.comp1.com' must be changed to "Sakila". Which of the following will do that?
The password for the existing user 'kofi'@'agric.comp1.com' must be changed to "Sakila". Which of the following will do that?
正確答案: D
問題9
How can the SHOW PROCESSLIST command be helpful when optimizing queries?
How can the SHOW PROCESSLIST command be helpful when optimizing queries?
正確答案: D
問題10
Which of the following statements best describe the indexes supported by the MEMORY storage engine, and their general characteristics?
Which of the following statements best describe the indexes supported by the MEMORY storage engine, and their general characteristics?
正確答案: B