Q. Which option is used in mysqldump to make all tables in the destination databases to use a different storage engine?
β
Correct Answer: (B)
-new-storage-engine
Explanation: This question is about the mysqldump command in MySQL. It asks which option lets you change the storage engine for all tables when you're dumping a database.