QuestionQ132

Data and Database Security

Which of the following operations is permitted with a shared lock?

  • A Read
  • B Update
  • C Delete
  • D Insert
Explanation

A shared lock allows data to be read concurrently while preventing modifications to the locked data. Read operations are permitted; update, delete, and insert operations require write or exclusive locking.

Community Discussion

No comments yet. Be the first to start the discussion!