trigger is used in db for applying higher business priviles
triggers are fired automatically when particualr insert/update/delete/login/logout any one of them happens
trigger is a condition which we want to fire on meeting data manipulation language operation such as (insertion,deletion,updations).
A trigger is a condition inserted within a database context by the user to respect some particular formats, if this condition is not verified then the action (update, delete, add) is rejected