1.

What is Trigger in SQL? Explain

Answer»

In SQL, a trigger is a database object that is associated with a table. It will be activated when a defined ACTION is executed for the table. It can be PERFORMED when you run one of the FOLLOWING SQL like INSERT, UPDATE and DELETE occurred in a table. It's activation TIME can be BEFORE or AFTER.



Discussion

No Comment Found