Home » MYSQL » MySQL Database Operations » Question
  1. Which program performs logical backups?
    1. mysqllogic
    2. mysqlimport
    3. mysqldump
    4. myslqpit
    5. None of these
Correct Option: C

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.



Your comments will be displayed only after manual approval.