110k views
0 votes
A transaction should not make its updates visible to other transactions until it is committed; this property, when enforced strictly, solves the temporary update problem and makes cascading rollbacks of transactions unnecessary. True or False?

1 Answer

2 votes

Final answer:

In database management systems, a transaction should not make its updates visible to other transactions until it is committed, which is known as the atomicity of transactions.

Step-by-step explanation:

The statement is true. In database management systems, a transaction should not make its updates visible to other transactions until it is committed. This property is known as the atomicity of transactions. When enforced strictly, it solves the temporary update problem and makes cascading rollbacks of transactions unnecessary.

User Mohammad Alabed
by
8.5k points