trigger
Noun · VerbWordNet 3.0
Noun (3)
- lever that activates the firing mechanism of a gunSynonyms: gun trigger
- a device that activates or releases or causes something to happen
- an act that sets in motion some course of eventsSynonyms: inductioninitiation
Webster's Dictionary (GCIDE)
1.A catch to hold the wheel of a carriage on a declivity. [1913 Webster]
2.(Mech.) A piece, as a lever, which is connected with a catch or detent as a means of releasing it; especially (Firearms), the part of a lock which is moved by the finger to release the cock and discharge the piece. [1913 Webster]
Trigger fish (Zool.), a large plectognath fish (Balistes Carolinensis or Balistes capriscus) common on the southern coast of the United States, and valued as a food fish in some localities. Its rough skin is used for scouring and polishing in the place of sandpaper. Called also leather jacket, and turbot. [1913 Webster]
Free On-line Dictionary of Computing
<database> An action causing the automatic invocation of a procedure, for instance to preserve referential integrity. A triggers goes into effect when a user attempts to modify data with an insert, delete, or update command. A trigger can instruct the system to take any number of actions when a specified change is attempted. By preventing incorrect, unauthorized, or inconsistent changes to data, triggers help maintain the integrity of the database.
[Sybase SQL Server Release 10.0 Transact-SQL User's Guide].
(1995-02-22)