MySQL 8.0 Database Administrator — Question 96

Examine this command, which executes successfully on InnoDB Cluster: dba.dropMetadataSchema()
Which two statements are true? (Choose two.)

Answer options

Correct answer: C, E

Explanation

The correct answer is C because the command specifically drops the metadata schema from the instance where it was executed. E is also correct as the command affects all reachable cluster members. Options A, B, D, and F are incorrect as they do not accurately describe the outcome of the command.