1.lever that activates the firing mechanism of a gun
2.a device that activates or releases or causes something to happen
3.an act that sets in motion some course of events
1.put in motion or move to act;
trigger a reaction
2.release or pull the trigger on;
Trigger a gun
触发器(trigger)是个特殊的存储过程,它的执行不是由程序调用,也不是手工启动,而是由事件来触发,比如当对一个表进行操作( insert,delete, update)时就会激活它执行。触发器经常用于加强数据的完整性约束和业务规则等。 触发器可以从 DBA_TRIGGERS ,USER_TRIGGERS 数据字典中查到。