InterviewSolution
Saved Bookmarks
| 1. |
Scope of DDL triggers in SQL Server can be _____________(a) Server(b) Client(c) Views(d) None of the mentionedThe question was posed to me during an interview for a job.My question comes from DDL Triggers in section Developing with SQL Server of SQL Server |
|
Answer» RIGHT choice is (a) Server Best EXPLANATION: DDL triggers can be server-scoped or DATABASE-scoped. A database-scoped DDL TRIGGER is simply called a database trigger. |
|