How should a system handle a situation where a transaction is interrupted due to a system failure?

  • Commit the partial updates
  • Ignore the interruption and proceed
  • Retry the interrupted transaction
  • Rollback the interrupted transaction
If a transaction is interrupted due to a system failure, the system should rollback the interrupted transaction to maintain consistency and avoid partial updates that could lead to data inconsistencies.
Add your answer
Loading...

Leave a comment

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