Question 1 out of 3

    What is the purpose of the 'trigger' keyword in Apex?

    To define a trigger for database operations

    The 'trigger' keyword in Apex is used to define triggers that execute code before or after records are inserted, updated, or deleted.