1Z0-908試験無料問題集「Oracle MySQL 8.0 Database Administrator 認定」

You have replication configured, which consists of one master and one slave on different hosts with an asynchronous replication channel between them.
Your goal is to decrease the amount of data that is transferred between these two hosts.
It is confirmed that the slave instance does not need to have data from the example database.
Which replication filter contributes to your goal?

Which two storage engines provide a view of the data consistent with the storage system at any moment?
(Choose two.)

Examine this command, which executes successfully:

Which statement is true?

Examine this statement, which executes successfully:

You want to improve the performance of this query:

Which change enables the query to succeed while accessing fewer rows?

You plan to take daily full backups, which include the ndbinfo and sys (internal) databases.
Which command will back up the databases in parallel?

解説: (GoShiken メンバーにのみ表示されます)
Which two methods allow a DBA to reset a user's password? (Choose two.)

Examine this command and output:

Which two options will improve the security of the MySQL instance? (Choose two.)

Which two are use cases of MySQL asynchronous replication? (Choose two.)

Examine this statement:
mysql> DROP ROLE r_role1, r_role2;
Which two are true? (Choose two.)

A valid raw backup of the shop.customers MyISAM table was taken.
You must restore the table. You begin with these steps:
1.Confirm that secure_file_priv='/var/tmp'
2.mysql> DROP TABLE shop.customers;
3.shell> cp /backup/customers.MY* /var/lib/mysql/shop/
Which two actions are required to complete the restore? (Choose two.)