Where does MySQL Enterprise Backup record details of each backup?
A. history_backup
B. backup_history
C. backlog_history
D. history_backlog
Answer: Option B
Solution (By Examveda Team)
This question asks you about where MySQL Enterprise Backup stores information about the backups you create.Imagine you're taking pictures of your vacation. You might keep a record of each picture, like the date and time you took it.
MySQL Enterprise Backup does the same! It keeps a record of every backup it makes.
Out of the choices, backup_history is the correct answer. It's like a journal for your backups.
Let's break down why the other options are wrong:
* history_backup: This sounds like it could be right, but it's not a real table name in MySQL Enterprise Backup.
* backlog_history: This name suggests a list of things waiting to be backed up, not a record of past backups.
* history_backlog: Similar to the previous option, this sounds more like a waiting list than a history.
So, remember: backup_history is where MySQL Enterprise Backup stores its backup records!
Related Questions on MySQL Miscellaneous
How is communication established with MySQL?
A. SQL
B. Network calls
C. A programming language like C++
D. APIs
Which type of database management system is MySQL?
A. Object-oriented
B. Hierarchical
C. Relational
D. Network
Join The Discussion