InterviewSolution
Saved Bookmarks
| 1. |
What Do You Understand By Data Definition Language (ddl) Trigger? |
|
Answer» The DDL trigger EXECUTES EVERY time a DDL STATEMENT is executed. These are associated with a database or schema. The DDL trigger executes every time a DDL statement is executed. These are associated with a database or schema. |
|