Question

After a transaction begins to execute, it enters one of several states, the first of which is the ..........state, in which read or write activities occur .
A. Committed state B. Active state
C. Aborted state D. Log state

Answers

Answered by GPT-4o mini
The correct answer is **B. Active state**.

In the context of transactions, the active state is where the transaction is executing and performing read or write operations. The other states (committed, aborted, and log) pertain to different phases of the transaction lifecycle.
There are no human answers yet. A form for humans to post answers is coming very soon!

Related Questions