How many types of TRIGGERS are there in MS SQL Server?
Answer Posted / devipriyanka
Types of Triggers
* DML(data manipulation language) triggers (SQL Server
2000- 80.0)
o AFTER triggers (Only Tables)
o INSTEAD OF triggers (Tables or Views)
* DDL(data definition language) triggers (SQL Server
2005- 90.0)
* SQLCLR triggers (SQL Server 2005- 90.0)
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
Mention what are the core components of ssrs?
What are the advantages to use stored procedures?
What is the difference between coalesce() & isnull()?
Is foreign key a primary key?
Explain different types of self contained sub query?
How can I get data from a database on another server?
Recommend an approach to ensuring that all changes in the remote databases synchronize with the SQL Azure database?
How many types of keys are there?
What is recompile sql server?
What do you mean by subquery?
What is 'write-ahead log' in sql server 2000 ?
Which database stores information about replication?
What is update locks?
What is subquery in sql?
Can we delete data from a view?