Q. Which option is used in 'mysqldump' to make all tables in the destination databases to use a different storage engine?
β
Correct Answer: (B)
-force
Explanation: This question asks about a command-line option used with the 'mysqldump' tool in MySQL. 'mysqldump' is used to create backups of your database.