Vidyalelo
Python · Q23

Database Connectivity with Python

Programming · Python · question 23

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
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
"DATA UNCHANGED" is not an isolation level; the correct option is typically "SERIALIZABLE".