Multiple choice

Modification of data is avoided by ________ lock.

  1. serialization

  2. read

  3. both (1) and (2)

  4. 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.