Multiple choice technology web technology

A Transaction ends

  1. Only when it is Committed

  2. Only when it is Rolledback

  3. When it is Committed or Rolledback

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A transaction in a database system terminates either by a commit (making changes permanent) or a rollback (undoing all changes). Options A and B are incomplete as they only consider one termination mode. Option D is incorrect because transactions do end through these two mechanisms - there are no other ways to complete a transaction.