Multiple choice

Which of the following modes in lock table command of SQL allows queries but prohibits updates to a table?

  1. Exclusive

  2. Nowait

  3. Share

  4. Row Share

  5. Row Exclusive

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

This mode in lock table command of SQL allows queries but prohibits updates to a table.