Multiple choice Modification of data is avoided by ________ lock. serialization read both (1) and (2) none of these Reveal answer Fill a bubble to check yourself B Correct answer Explanation Read only does not allow insert , alter and delete once the transaction is completed, so no modification is made.