InterviewSolution
Saved Bookmarks
| 1. |
Purpose of DDL Trigger is to _____________(a) Perform administrative tasks(b) Audit(c) Regulating database operations(d) All of the mentionedThis question was addressed to me in final exam.My enquiry is from DDL Triggers in portion Developing with SQL Server of SQL Server |
|
Answer» CORRECT choice is (d) All of the mentioned For EXPLANATION I would say: DDL triggers fire in response to a variety of Data DEFINITION Language (DDL) events. |
|