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

Explanation: Real uncommitted allows uncommitted DATA to be read. It is the LOWEST isolation LEVEL allowed by SQL.



Discussion

No Comment Found

Related InterviewSolutions