QuestionQ41
PL/SQL Language FundamentalsWhich three statements are true about DDL triggers?
Choose three
- A They cannot include the WHEN clause.
- B They must be created in an enabled state.
- C They can be fired when a table is truncated.
- D They fire only when a DDL statement is executed by the owner of the trigger.
- E They can be fired either before or after a DDL statement executes.
- F They can be fired when a privilege is granted to a user.
Community Discussion