Multiple choice

The 'modify' operation is likely to be done after ___________ operation.

  1. delete

  2. look-up

  3. insert

  4. none of the above

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

The modify operation typically follows a look-up operation - you first locate/retrieve the record you want to change (look-up), then update its contents (modify). This sequence ensures you're modifying the correct data.