Multiple choice technology databases A database TRIGGER in DISABLED state won't execute the TRIGGER ACTION True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation When a trigger is in DISABLED state, it does not fire even if the triggering event occurs. The trigger must be explicitly ENABLED before it will execute its TRIGGER ACTION. This is useful for temporarily suspending trigger logic without dropping it.