Skip to content
Medium Analyze RDBMS & SQL Multiple Choice

At which isolation level can 'phantom reads' occur — where a transaction re-runs a query and finds new rows inserted by another committed transaction?

Analyze — Tests ability to break down and examine complex problems.

Answer Options

A READ UNCOMMITTED and READ COMMITTED only
B REPEATABLE READ
C SERIALIZABLE
D All isolation levels allow phantom reads

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 15+ more RDBMS & SQL questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the RDBMS & SQL topic (Databases).

More RDBMS & SQL Questions