1Z0-874 試験問題を無料オンラインアクセス

試験コード:1Z0-874
試験名称:MySQL 5.0 Database Administrator Certified Professional Exam, Part II
認定資格:MYSQL
無料問題数:140
更新日:2026-05-29
評価
100%

問題 1

Which of the following best describes why InnoDB tables should always have primary keys and why they should be short?

問題 2

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)

問題 3

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)

問題 4

The password for the existing user 'kofi'@'agric.comp1.com' must be changed to "Sakila". Which of the following will do that?

問題 5

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?

コメントを追加

あなたのメールアドレスが公開されることはありません。個人情報に関する内容は隠されます *

insert code
画面にある文字を入力してください。