Examine this command and output:
Which two statements are true? (Choose two.)
Correct Answer:DF
What three are correct statements about MySQL backups? (Choose three.)
Correct Answer:BDE
Examine this query and output:
Which two statements are true? (Choose two.)
Correct Answer:CD
You must run multiple instances of MySQL Server on a single host.
Which three methods are supported? (Choose three.)
Correct Answer:BDE
Examine these statements, which execute successfully:
CREATE ROLE r_world_rd;
GRANT SELECT ON world.* TO r_world_rd;
CREATE USER john IDENTIFIED BY 'P@ssw0rd';
GRANT r_world_rd TO john;
Examine these statements issued by user John:
What is the reason for the error?
Correct Answer:D