Multiple choice technology mainframe For which two of the following database object can lock not be acquired ? Buffer pools Tablespaces Tables Rows Columns Reveal answer Fill a bubble to check yourself A,E Correct answer Explanation Database locks are acquired on structural objects like tablespaces, tables, and rows to control concurrent access. Buffer pools are memory management areas and columns are data attributes - neither can have locks directly acquired on them.