How many types of TRIGGERS are there in MS SQL Server?
Answer Posted / swetha
There are 2 types of triggers
Insted of trigger:
Instead Of Trigger fires an operation instead of performing
user specified operation.
After trigger: After Trigger fires an operation after any
insert,update,delete operations performed on a table.
| Is This Answer Correct ? | 68 Yes | 13 No |
Post New Answer View All Answers
How to loop through result set objects using mssql_fetch_array()?
What does man by sql wildcard characters in sql server?
What is the advantage of sql server?
Explain what is scheduled job and how to create it?
Explain what is it unwise to create wide clustered index keys?
what is the difference between a primary key and a unique key? : Sql server database administration
What is difference between delete and truncate commands?
What is the most common type of join?
Explain indexed views?
What is the latest version of microsoft sql server?
What is a print index?
Define inner join in sql server joins?
How you can get a list of all the table constraints in a database?
Explain what is the difference between union and union all?
what's the maximum size of a row? : Sql server database administration