Which trigger does execute when DELETE command is fired?

 Posted by vishalneeraj-24503 on 7/1/2014 | Category: Sql Server Interview questions | Views: 1526 | Points: 40
Answer:

Delete triggers are only triggered when the DELETE command is fired.Whenever we fire or execute Delete statement then trigger for Delete which is associated with the table will also gets executed.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response