Multiple choice technology databases

Data integrity exists on READ LOCK?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Data integrity exists on READ LOCK. Read locks ensure data integrity by preventing writes during the read operation, guaranteeing that the data being read is consistent and not being modified concurrently by another transaction.