The _______ operation in a transaction is used to permanently save the changes made during the transaction.

  • Begin
  • Commit
  • Rollback
  • Savepoint
The Commit operation in a transaction is crucial as it finalizes the changes made during the transaction and makes them permanent in the database. It ensures that the changes are durable and will persist even in the event of system failures.
Add your answer
Loading...

Leave a comment

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