Bookmarks
Concepts
Activity
Courses
Learning Plans
Courses
Request
Log In
Sign up
English
New Course
Concept
Repeatable Read
Repeatable Read
is a
database isolation level
that ensures if a
transaction reads
a value from the database, it will read the
same value
throughout the transaction, preventing non-
Repeatable Read
s. However, it does not protect against
phantom reads
, where
new rows
can be added by
other transactions
and become
visible within the same transaction
.
Relevant Degrees
Database Structures 78%
System and Software Quality Assurance 22%
Generate Assignment Link
Lessons
Concepts
Suggested Topics
Foundational Courses
Learning Plan
Log in to see lessons
Log In
Sign up
3