1z0-888 Dumps

1z0-888 Free Practice Test

Oracle 1z0-888: MySQL 5.7 Database Administrator

QUESTION 16

Is it true that binary backups always take less space than text backups?

Correct Answer: C

QUESTION 17

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 18

Which two statements describe how InnoDB recovery works?

Correct Answer: BF

QUESTION 19

old_alter_table is disabled as shown. mysql> SELECT @@old_alter_table;
<>>

Correct Answer: B

QUESTION 20

You have created a new user with this statement:
CREATE USER ‘erika’@’localhost’ IDENTIFIED BY ‘first#1Pass’ PASSWORDEXPIRE; What is the outcome?

Correct Answer: A