Q. For InnoDB tables in mysqldump an online backup that takes no locks on tables can be performed by . . . . . . . .
β
Correct Answer: (B)
-single-transaction
Explanation: This question is about taking a backup of your MySQL database without disrupting the normal operations. We want to ensure that the backup process doesn't interfere with users accessing or modifying data.