Glossary Item Box

See Also Database Designer for MySQL Send feedback on this topic

Triggers

A rudimentary support for triggers is implemented in version 5.0 of MySQL server. A trigger is a named database object that is associated with a table and that activates when a particular event occurs for the table. Activation of a trigger means execution of a set of commands attached to that trigger. For example, BEFORE trigger for INSERT statements could be used to check the values to be inserted into new rows.

With Database Designer for MySQL you can edit table triggers.

Trigger Editor

 

 


©2005 MicroOLAP Technologies LTD. All Rights Reserved. All trademarks are the sole property of their respective owners.