Multiple choice technology databases

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 ends either when it is committed (changes saved) or rolled back (changes discarded). These are the only two ways a transaction completes. It does not end by only one of these actions.