Triggers are used to execute a batch of SQL code when insert or update or delete commands are executed against a table, it works like an event which automatically calls after or before. It automatically triggered or executed when the data is modified. Trigger can be executed automatically on insert, delete and update operations.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Triggers are used to execute a batch of SQL code when insert or update or delete commands are executed against a table, it works like an event which automatically calls after or before. It automatically triggered or executed when the data is modified. Trigger can be executed automatically on insert, delete and update operations.