asked 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

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.

answered
User Shamisha
by
9.1k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.

Categories