IBM Exam Questions

Which command will reorg all indexes for a table named TABA?

Which command will reorg all indexes for a table named TABA?

A.
REORG TABLE taba INDEXES INPLACE

B.
REORG TABLE taba AND INDEXES ALL

C.
REORG INDEXES FOR taba

D.
REORG INDEXES ALL FOR TABLE taba