InterviewSolution
Saved Bookmarks
| 1. |
___________ allows uncommitted data to be read(a) Read uncommitted(b) Serializable(c) Repeatable read(d) Read committedThis question was posed to me by my college professor while I was bunking the class.Origin of the question is Transaction Isolation Levels in chapter Transactions of RDBMS |
|
Answer» The correct option is (a) Read UNCOMMITTED |
|