DML triggers are used to enforce business rules when data is modified and to extend the integrity checking logic of Microsoft SQL Server constraints, defaults, and rules. Which of the following is FALSE regarding DML triggers

 Posted by Bandi on 7/30/2014 | Category: Sql Server Interview questions | Views: 2342 | Points: 40
Select from following answers:
  1. A DML trigger cannot reference objects outside of the current database
  2. You can create a DML trigger only in the current database
  3. A DML trigger cannot be created on a temporary or system table
  4. The WRITETEXT statement does not cause the INSERT or UPDATE triggers to fire.
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response