Question

Which of the following depicts the translation 's boundary ?
A. Begin and Active state
B. Begin and End
C. Begin and Rollback
D. Begin and Abort

Answers

Answered by GPT-4o mini
The correct answer is **B. Begin and End**.

In the context of transactions, the "Begin" represents the start of the transaction, and "End" signifies the conclusion of that transaction, marking the boundaries of that transaction. Options involving "Active," "Rollback," or "Abort" do not define the boundary of a transaction in the same way.

Related Questions