139k views
0 votes
A component of an organization's database program code is a _______, which runs to keep the database consistent when certain conditions occur.A.dynamic procedureB.triggerC.flagD.stored procedureE.switching code

User Fluffhead
by
5.5k points

1 Answer

4 votes

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.

User Shamisha
by
6.3k points