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

Explain what is clr?

0 Answers  


Explain the differences between clr & cts?

0 Answers  


What is the function of the ViewState property?

0 Answers   MindCracker,


What is inproc mode in session?

0 Answers  


How can you handle unmanaged code exceptions in asp.net?

0 Answers  






What is view state? where it stored? can we disable it ?

1 Answers  


What are early binding and late binding.

0 Answers  


What are Master Pages in ASP.NET? or What is a Master Page?

0 Answers   MCN Solutions,


Interface have Default Modifier Is 'Public'.Where We Will Use The KeyWord In Interface?

3 Answers   Phoenix Technologies,


What are the Types of session management in ASP.NET

0 Answers   Microsoft,


What is a Metadata?

3 Answers  


State differences between MVC and WebAPI

0 Answers  


Categories