Q23
Which of the following is NOT an isolation level for database transactions?
A.
READ UNCOMMITTED
B.
READ COMMITTED
C.
REPEATABLE READ
D.
DATA UNCHANGED
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
"DATA UNCHANGED" is not an isolation level; the correct option is typically "SERIALIZABLE".