___ is a statement that is executed automatically by the system.
A
trigger constraint
B
assertion
C
durability
D
integrity
Correct Answer: trigger constraint
A database trigger is what is executed automatically in response to certain events on a particular table or view in a database. It is mostly used to maintain the integrity of the database.