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
Define tempdb database?
How we can refresh the view?
Explain a checkpoint?
How to filter out duplications in the returning rows in ms sql server?
If user is owning any SQL Objects, can we drop that user
Where are sql server usernames and passwords stored in the sql server?
let's assume you have data that resides on sql server 6.5. You have to move it sql server 7.0. How are you going to do it? : Sql server database administration
How do you delete a data source?
What are the authentication modes in sql server? How can it be changed?
What is a trigger in sql server?
What do you mean by the term 'normalization'?
Relational calculus is what type of language?
What are difference between Cluster index and Non-Cluster index?
How to write the storeprocedure with in the store procedure? and how can we write the store procedure with in a trigger vice versa? plz post me the exact answer?
Is mysql better than sql server?