Question

A `BEFORE INSERT` trigger fires:

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

Hey! Ask a query