πŸ“Š MySQL
Q. What is TRUE about SAVEPOINT?
  • (A) Following the completion of a transaction, it must be executed to save all the operations performed in the transaction.
  • (B) A transaction can be rolled back to its last saved state.
  • (C) A specific part of a transaction can be given a name
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (C) A specific part of a transaction can be given a name

Explanation: In the case of the SAVEPOINT command, a specific part of a transaction can be given a name.

Explanation by: Vishal Gupta
In the case of the SAVEPOINT command, a specific part of a transaction can be given a name.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
227
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Vishal Gupta
Publisher
πŸ“ˆ
94%
Success Rate