Multiple choice

Which of the following locks in Oracle locks the table allowing other users to only query but not insert, update or delete rows in a table?

  1. Share update lock

  2. Exclusive lock

  3. Share lock

  4. Deadlock

  5. Keylock

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

This type of lock in Oracle locks the table allowing other user to only query but not insert, update or delete rows in table.