Q. Which program performs logical backups?
β
Correct Answer: (B)
mysqldump
Explanation: This question is asking about a program that creates a logical backup of a MySQL database. A logical backup means that the program creates a copy of the data itself, not the physical files on the server. Here's a breakdown of the options: * Option A: mysqlimport This program is used to import data into a MySQL database, not for backing up data.