Triggers are basically used to implement business rules.Triggers is also similar to stored procedures.The difference is that it can be activated when data is added or edited or deleted from a table in a database.Triggers are special kind of stored procedures that get executed automatically when an INSERT,UPDATE or DELETE operation takes place on a table.
SQL
Difference between Triggers and Storedprocedures
By
Friday, January 21, 2011
comments
React:
Suthahar Jegatheesan
Senior Solutions Architect · Microsoft Azure, AI & Mobile. Author of the Xamarin Q&A Book.
More in this series
Related articles
No comments: