Database trigger Page

Database trigger



Return to Continuous monitoring topics, List of computer science terms, Glossaries, Glossary of programming, Glossary of Databases

"DB trigger" is procedural code that is automatically executed in response to certain events

"Trigger, generally speaking, is the cause of an event. In a database management system (DBMS), a trigger is an SQL procedure that is executed when a record is [added or deleted. It is used to maintain referential integrity in the database. A trigger may also execute a stored procedure. Triggers and stored procedures are built into DBMSs used in client/server environments."

Fair Use Source: http://www.labautopedia.org/mw/List_of_programming_and_computer_science_terms

{{wp>Database trigger}}

See also


* Trigger

External Sites


* g>Database trigger
* wp>Database trigger

Categories


Category
* Category:Computer science
* Category:Computing terminology
* Category:Glossaries of computers