0
44kviews
What are triggers? Explain with example.
1 Answer
1
1.9kviews

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 …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.