0
44kviews
What are triggers? Explain with example.
1 Answer
| written 9.5 years ago by |
Triggers:
A trigger is a block of code that is executed automatically from a database statement. Triggers is generally executed for DML statements such as INSERT, UPDATE or DELETE. It resides in a database code and is fired automatically when the database code requires to perform the INSERT ,UPDATE or …