How can you handle a situation where a database connection is lost during a transaction?

  • Commit the transaction
  • Ignore the issue and proceed
  • Retry the transaction
  • Rollback the transaction
If a database connection is lost during a transaction, you can handle it by retrying the transaction, allowing for the re-establishment of the connection and completion of the operation.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *