1Z0-874 試験問題を無料オンラインアクセス
| 試験コード: | 1Z0-874 |
| 試験名称: | MySQL 5.0 Database Administrator Certified Professional Exam, Part II |
| 認定資格: | MYSQL |
| 無料問題数: | 140 |
| 更新日: | 2026-05-29 |
Which of the following best describes why InnoDB tables should always have primary keys and why they should be short?
When working with replication, why might you want to stop the SQL thread on the slave while keeping the I/O thread running? (Choose two)
In the following query, the Population column is indexed: mysql> EXPLAIN SELECT Name -> FROM Country -> WHERE Code LIKE '%B%' AND Population > 10000 *************************** 1. row *************************** id: 1 select_type: SIMPLE table: Country type: ALL possible_keys: i_pop key: NULL key_len: NULL ref: NULL rows: 239 Extra: Using where
Which of the following best describes how to deal with the key value of the EXPLAIN output? (Choose two)
The password for the existing user 'kofi'@'agric.comp1.com' must be changed to "Sakila". Which of the following will do that?
The account 'ulf'@'localhost' has previously been created with the statement
GRANT ALL PRIVILEGES ON *.* TO 'ulf'@'localhost' IDENTIFIED BY 'w01f' This account should no longer be used, so you issue the following command:
REVOKE ALL PRIVILEGES ON *.* FROM 'ulf'@'localhost'
After executing this statement, you inspect the server and find that no clients are connected using that account. However, the next day you notice that the account 'ulf'@'localhost' is indeed connected to the server. Why is it still possible for the account 'ulf'@'localhost' to connect to the server?