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

Respuesta :

Answer: (B) Trigger

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.

ACCESS MORE