πŸ“Š MySQL
Q. For InnoDB tables in mysqldump an online backup that takes no locks on tables can be performed by . . . . . . . .
  • (A) -multiple-transaction
  • (B) -single-transaction
  • (C) -double-transaction
  • (D) -no-transaction
πŸ’¬ Discuss
βœ… 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.

Explanation by: Neelam Mittal
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
84
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Neelam Mittal
Publisher
πŸ“ˆ
89%
Success Rate