📚 Practice Mode
Transactions and Concurrency Control
Learn at your own pace with hints and detailed explanations
1 / 15
Multiple Choice
Which of the following scenarios may leaves the transaction vulnerable to dirty reads, phantom reads etc.. in a database system?
- A transaction writes a data item after it is read by an uncommitted transaction.
- A transaction reads a data item after it is read by an uncommitted transaction.
- A transaction reads a data item after it is written by a committed transaction.
- A transaction reads a data item after it is written by an uncommitted transaction.