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 數據字典中查到。