📢 Too many exams? Don’t know which one suits you best? Book Your Free Expert 👉 call Now!


    Question

    A `BEFORE INSERT` trigger

    fires:
    A After the `INSERT` statement has completed and committed the transaction. Correct Answer Incorrect Answer
    B Before the `INSERT` statement is executed, but after the data has been validated. Correct Answer Incorrect Answer
    C Before the `INSERT` statement is executed, and before the data is written to the table. Correct Answer Incorrect Answer
    D Only if the `INSERT` statement fails. Correct Answer Incorrect Answer
    E Only when a new row is selected from the table. Correct Answer Incorrect Answer

    Solution

    Before the `INSERT` statement is executed, and before the data is written to the table.

    Practice Next
    ask-question