Answer: (B) Trigger
Step-by-step explanation:
Trigger is one of the component of the database program coding in an organization and it is known as special type of store procedure. Trigger are basically run for keeping the database more consistent and it also manipulate the event of the data.
- Trigger are basically associate with the table and it is invoke after the row are get updated, inserted and deleted.
- It is mainly run after the data manipulation language (DML).
Therefore, Option (B) is correct.