InterviewSolution
Saved Bookmarks
| 1. |
DDL triggers can be applied to __________ statement.(a) CREATE(b) UPDATE(c) DELETE(d) INSERTI had been asked this question during an interview.My question is based upon DDL Triggers topic in portion Developing with SQL Server of SQL Server |
|
Answer» RIGHT choice is (a) CREATE For EXPLANATION I WOULD say: In SQL Server we can create triggers on DDL statements (LIKE CREATE, ALTER, and DROP). |
|