Data integrity exists on READ LOCK?
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.