India Languages, asked by Hunjhawala, 1 year ago

what is meant by triggers

Answers

Answered by rabinoork
3
A trigger is a special kind of stored procedure that automatically executes when an event occurs in the database server. DML triggers execute when a user tries to modify data through a data manipulation language (DML) event. DML events are INSERT, UPDATE, or DELETE statements on a table or view.

Anonymous: nice answer
rabinoork: Thank u
Similar questions