Database Concepts (8th Edition)
Database Concepts (8th Edition)
8th Edition
ISBN: 9780134601533
Author: David M. Kroenke, David J. Auer, Scott L. Vandenberg, Robert C. Yoder
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 uncommitted isolation level is. Give an example of its use.
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