Multiple choice technology databases

A database trigger does not apply to data loaded before the definition of the trigger

  1. True

  2. False

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

Triggers only execute for DML operations that occur after their creation. Any existing data in the table before the trigger was defined remains unchanged by the trigger logic.