What is a "TRIGGER" in SQL?

Forums SQLWhat is a "TRIGGER" in SQL?
Staff asked 3 years ago

Answers (1)

Add Answer
prinkesha lathidadiya Marked As Accepted
Staff answered 2 years ago

A database trigger is a stored procedure that is automatically called whenever a certain event happens in the database. A trigger could be activated, for instance, if a row is added to a certain table or when some table columns are altered.

Subscribe

Select Categories