Multiple choice

Which of the following table level lock in oracle permits other users to concurrently query, insert, update or even lock other rows in the same table?

  1. Fixed lock

  2. Share lock

  3. Design

  4. Share Update lock

  5. Exclusive lock

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

This is a table level lock in oracle that permits other users to concurrently query, insert, update or even lock other rows in the same table.