00:00

QUESTION 1

You want to create a temporary table named OLD_INVENTORY in the OLD_INVENTORY database on the master server. This table is not to be replicated to the slave server.
Which two changes would ensure that the temporary table does not propagate to the slave?

Correct Answer: BE

QUESTION 2

What two statements are true regarding FLUSH TABLES FOR EXPORT?

Correct Answer: AB

QUESTION 3

You are contacted by a user who does not have permission to access a database table. You determine after investigation that this user should be permitted to have access and so you execute a GRANT statement to enable the user to access the table.
Which statement describes the activation of that access for the user?

Correct Answer: C

QUESTION 4

Group Replication uses global transaction identifiers to track executed transactions and are fundamental in avoiding transaction conflict. Which additional three steps help in avoiding conflicts in group replication?

Correct Answer: ABF

QUESTION 5

Which three statements correctly describe MySQL InnoDBCluster?

Correct Answer: BDF