🎴 Flashcard Mode

Mainframe Programming: COBOL, REXX, TSO, INSYNC, and DB2

Card1 / 20
Mastered0
Review0
QuestionClick to flip

What is a lock in DB2?

AnswerClick to flip back
A
A lock is the mechanism that controls access to data pages and table spaces.
💡 Explanation:

DB2 locks control access to physical and logical data resources like table spaces, tables, and data pages to ensure concurrency. They do not lock individual columns (making the first option incorrect) or views directly (making the second option incorrect), making the third option the most accurate.

Change Mode