DB2 10 for z/OS Database Administrator — Question 39

Which ALTER TABLE statements will put a table named TAB1 in "reorg-pending" state? (Choose two.)

Answer options

Correct answer: B, C

Explanation

The correct answers are B and C because both commands modify the structure of the table in ways that require reorganization. Option A, D, and E do not trigger a reorg-pending state; they either add data, detach partitions, or create constraints, which do not necessitate such a state.