InterviewSolution
Saved Bookmarks
| 1. |
How many types of DML triggers are present in SQL Server?(a) 1(b) 3(c) 5(d) None of the mentionedI got this question during a job interview.My doubt stems from DML Triggers in portion Developing with SQL Server of SQL Server |
|
Answer» RIGHT answer is (d) NONE of the mentioned The best EXPLANATION: We have two types of DML triggers-AFTER and INSTEAD OF. |
|