Multiple choice

Which of the following statements is/are not true?

  1. Triggers are executed automatically when any associated DML operation is executed.

  2. In row level trigger, an even is fired when any row is updated.

  3. Cyclic cascading in triggers can crash the database.

  4. DESC USER_TRIGGERS function is used to get information about the trigger.

  5. None of the above

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Correct choice