IBM DB2 11.1 Advanced DBA for Linux, UNIX, and Windows — Question 9

Which of the following is TRUE about a COMMIT statement executed at the end of the T1 unit of work?

Answer options

Correct answer: D

Explanation

The correct answer is D because a COMMIT statement finalizes all changes within the T1 unit of work, ensuring that all modifications made by UPDATE and DELETE are saved. Option A is incorrect as a ROLLBACK cannot undo a COMMIT. Option B is false since save points are no longer relevant after a COMMIT. Option C is misleading because while it indicates a new unit of work starts, it incorrectly suggests that ROLLBACK can occur after a COMMIT.