InterviewSolution
Saved Bookmarks
| 1. |
How many types of triggers are present in SQL Server?(a) 4(b) 5(c) 8(d) 9This question was posed to me by my school principal while I was bunking the class.The above asked question is from DML Triggers in chapter Developing with SQL Server of SQL Server |
|
Answer» RIGHT CHOICE is (a) 4 Easiest explanation: In SQL Server we can create four types of TRIGGERS Data Definition Language (DDL) triggers, Data Manipulation Language (DML) triggers, CLR triggers and Logon triggers. |
|