Click here to Skip to main content
15,878,852 members
Articles / All Topics

CREATE TRIGGER

18 Feb 2013CPOL 591  
CodeProjectCreates a trigger, which is a special kind of stored procedure that executes automatically when a user attempts -modification statement on the specified table.SyntaxCREATE TRIGGER trigger_nameON { table | view }[ WITH ENCRYPTION ]{    { { FOR | AFTER | INSTEAD OF } { [ INSERT ] [ , ] [ UP
Only logged in members can view this content

Please go to the All Topics Table of Contents to view the list of available articles in this section.