🎴 Flashcard Mode
Database Administration and PL/SQL Concepts
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Transaction ends
AnswerClick to flip back
A
When it is Committed or Rolledback
💡 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.