MySQL 8.0 Database Administrator — Question 69

Which two statements are true about using backups of the binary log? (Choose two.)

Answer options

Correct answer: D, E

Explanation

Options D and E are correct because binary logs indeed allow for reverting unwanted schema changes and enable point-in-time recovery of data. Options A and B are incorrect as they do not accurately represent the functionality of binary logs, while option C is misleading since binary logs can grow large and may not be suitable for long-term storage.