What is the difference between a DDL trigger and a DML trigger?
3323
29-Dec-2013
Sumit Kesarwani
29-Dec-2013A DDL trigger executes in response to a change to the structure of a database (for example, CREATE, ALTER, DROP).
A DML trigger executes in response to a change in data (INSERT, UPDATE, DELETE).