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 is difference between session and application in asp net?
How many types of cookies are there in asp.net?
What is a proxy in web service?
Where do we store our connection string in asp.net application?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
What is difference between session and viewstate?
Explain the working of passport authentication.
Explain the different types of directives in .net?
What does the .webpart file do?
COM+ Used ________________ Isolation Level
What is rending process in ASP.NET?
What is the flow of processing of the request? : asp.net mvc
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
What is server infrastructure?
What are the advantages of passport authentication?