Answer Posted / 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 View All Answers
What are the different types of validation controls in asp.net?
How many web config files can be created for an application?
What are strong names?
What are the file extensions for razor views?
can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com
What is the caspol.exe tool used for?
What is autopostback in asp net?
What is asp.net web pages?
What is a server farm in iis?
What is the difference between page directive include and action tag include?
Explain the Order of events in an asp.net page?
What is the difference between session.abandon() vs clear()?
How to handle errors in Web API?
Which object wraps the state or data of a user?
When does a session actually start?