Multiple choice technology

SHARE UPDATE lock permit users to

  1. to query data

  2. to lock data

  3. both A. and B.

  4. None of the Above

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

SHARE UPDATE lock in SQL allows multiple users to simultaneously query and lock data. Unlike exclusive locks, this lock type permits both read operations and the ability to place locks on the same data resource, supporting concurrent access.