1
Reply

What is the difference between a DDL trigger and a DML trigger?

Ankur Jain

Ankur Jain

10y
1.6k
0
Reply

    A 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).