Multiple choice technology SHARE UPDATE lock permit users to to query data to lock data both A. and B. 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.