Which of the following statements is false?
2016
Which of the following statements is false?
- A.
Rolling back the entire transaction erases all of its save points.
- B.
Rolling back the entire transaction reverses all of its changes.
- C.
Rolling back the entire transaction does not end the transaction.
- D.
Rolling back the entire transaction releases any transaction locks.
Attempted by 10 students.
Show answer & explanation
Correct answer: C
The correct option is C. Rolling back the entire transaction explicitly terminates the active transaction state. It undoes all modifications performed during its execution block, releases acquired database locks, erases existing savepoints, and returns the system state to the last committed boundary, thereby ending the transaction.