Database Concepts (7th Edition)
Database Concepts (7th Edition)
7th Edition
ISBN: 9780133544626
Author: David M. Kroenke, David J. Auer
Publisher: PEARSON
Question
Book Icon
Chapter 6, Problem 6.25RQ
Program Plan Intro

Transaction Isolation Level:

The transaction isolation level gives the measure of the extent to which transaction isolation succeeds.

  • This process is defined by the presence or the absence of the phenomena such as dirty read, nonrepeatable reads, and phantom read.
  • These problems occur when we read data from the database.

Blurred answer
Students have asked these similar questions
Explain what read committed isolation level is. Give an example of its use.
Explain what repeatable read isolation level is. Give an example of its use
Define repeatable read isolation level. Give an example of how it is used.