The program that performs logical backups is _____________
(a) mysqlimport
(b) mysqldump
(c) myslqpit
(d) mysqllogic
(a) mysqlimport
(b) mysqldump
(c) myslqpit
(d) mysqllogic
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct choice is (b) mysqldump
The best I can explain: The ‘mysqldump’ performs logical backups. It produces a set of SQL statements that are executed to reproduce the original database object definitions. It dumps one or more MySQL databases for backup.