A trigger has three parts.
The ________ describes the change that activates the trigger.
The ________ is a query that is run whenever the trigger is activated.
The ________ is the procedure that is executed if the trigger is activated and the condition is true.
1
event, condition, actor
2
entity, condition, action
3
event, condition, action
4
event, question, action