A point of synchronization between the database and the transaction log is generally referred to as a stop point.
Options
A. True
B. False
Correct Answer
False
Managing Multiuser Databases problems
Search Results
1. Two transactions that run concurrently and generate results that are consistent with the results that would have occurred if they had run separately are referred to as serializable transactions.
6. A phantom read occurs when a transaction rereads data it has previously read and finds modifications or deletions caused by a committed transaction.
7. A transaction is a series of actions to be taken on the database so that either all of them are performed successfully or none of them are performed at all.