πŸ“’ Too many exams? Don’t know which one suits you best? Book Your Free Expert πŸ‘‰ call Now!

  • google app store apple app store
  • βœ–

      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