Examveda
Examveda

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: Option D

Solution(By Examveda Team)

"DATA UNCHANGED" is not an isolation level; the correct option is typically "SERIALIZABLE".

Join The Discussion

Related Questions on Database Connectivity with Python

What is SQLite?

A. A type of programming language

B. A relational database management system

C. A Python module for web scraping

D. A version control system