Multiple choice technology databases Transaction ends Only when it is Committed Only when it is Rolledback When it is Committed or Rolledback 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.