InterviewSolution
Saved Bookmarks
| 1. |
For InnoDB tables in mysqldump an online backup that takes no locks on tables can be performed by which option?(a) –multiple-transaction(b) –single-transaction(c) –double-transaction(d) –no-transactionThis question was addressed to me in an interview for internship.My question is from String Data Types topic in division Data Type Reference, Operators and Functions of MySQL |
|
Answer» The correct answer is (b) –single-transaction |
|