Is it true that binary backups always take less space than text backups?
Correct Answer:
C
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
Which two statements describe how InnoDB recovery works?
Correct Answer:
BF
old_alter_table is disabled as shown. mysql> SELECT @@old_alter_table;<>>
Correct Answer:
B
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