155k views
1 vote
Ensuring that all rows impacted by the actions of a transaction are protected from changes until the entire transaction is completed is called: a.) statement level consistency. b.) optimistic locking. c.) transaction level consistency. d.) durable transactions. e.) ARID transactions.

User Cfreak
by
7.3k points

1 Answer

3 votes
The correct term for ensuring that all rows impacted by the actions of a transaction are protected from changes until the entire transaction is completed is:

c.) transaction level consistency.

This concept ensures that the changes made by a transaction are isolated from other transactions until it's either committed or rolled back to maintain the consistency and integrity of the database
User Globmont
by
7.5k points

No related questions found