Which of the following best defines transaction persistence
Which of the following best defines transaction persistence?
A. Database transactions should be all or nothing to protect the integrity of the database.
B. The database should be in a consistent state, and there should not be a risk of integrity problems.
C. The database should be the same before and after a transaction has occurred.
D. Databases should be available to multiple users at the same time without endangering the integrity of the data.
Solution
Answer: B. The database should be in a consistent state, and there should not be a risk of integrity problems.
