Page 1 of 1

Which statement describes the effect of table redefinition on the triggers attached to the table?

Posted: Wed Jun 07, 2023 6:12 am
by answerhappygod
Which statement describes the effect of table redefinition on the triggers attached to the table?

A. All triggers on the table remain valid.
B. All triggers on the table are invalidated and are automatically revalidated with the next DML execution on the table '
C. All triggers on the table are invalidated and must be manually recompiled before the next DML execution on the table.
D. Only triggers that are affected by the changes to the structure of the table are invalidated and automatically revalidated with the next DML execution on the table.