Multiple choice technology databases

To which of the following resources can a lock NOT be applied?

  1. Table Space

  2. Bufferpools

  3. Table

  4. Rows

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

Bufferpools are memory cache areas used by DB2 for data buffering, not database objects that can be locked. Locks can be applied to table spaces, tables, and rows to control concurrent access.