October 2002
Beginner
864 pages
18h 41m
English
create trigger trigger_name on table_name for {insert, update, delete} as SQL_Statements
The CREATE TRIGGER statement creates a trigger object in the database that will execute its SQL statements when its corresponding table is modified through an INSERT, UPDATE, or DELETE. Triggers can also call stored procedures to execute complex tasks.
Read now
Unlock full access