Which command allows you to mark a point within a transaction so you can roll back to it later?
Answer options
A
SAVEPOINT
B
ROLLBACK
C
COMMIT
D
UPDATE
Correct answer: SAVEPOINT
Explanation
Quick AnswerThe correct answer is SAVEPOINT because it directly addresses the core logic of Practice Set 2.
SAVEPOINT allows partial rollbacks within a larger database transaction.