Trigger syntax in sql2000



Trigger syntax in sql2000..

Answer / sandeep kharat

CREATE TRIGGER TriggerName ON TableName
AFTER Insert, Update, Delete
AS
Triger Code


and


CREATE TRIGGER TriggerName ON TableName
INSTEAD OF Insert
AS
Triger Code

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What is the purpose of using MVC programming pattern in ASP.NET?

0 Answers   PUCIT,


What is cookieless session id explain in brief?

0 Answers  


Is react a template engine?

0 Answers  


How can we create custom controls in asp net?

0 Answers  


what are the files used in asp .net

1 Answers  






difference between Trace and Debug ?

9 Answers   Accenture, Addlux, Microsoft,


How to Insert/Add in ASPXgridview

0 Answers   Infosys,


Describe the method to create a permanent cookie?

0 Answers   Siebel,


Hi..I have created a website in Asp.net with C# i want to add Chinese language in my website..could any body tell me that how can i add dynamically this language on user's request...??? thanks n advance...

1 Answers  


Differentiate between file-based dependency and key-based dependency.

0 Answers  


What is session in web technology?

0 Answers  


What is the difference between a thread and a process?

3 Answers  


Categories