how many triggers we can create on a table
Answer Posted / samir
You can have 1 each INSTEAD OF trigger for INSERT, UPDATE,
and DELETE.
You can have as many AFTER triggers as you want up to the
limit of the total maximum number of SQL Server objects.
Within AFTER triggers, you can have only 1 FIRST and 1 LAST
trigger for INSERT, UPDATE, and DELETE.
This information is available in Books Online
under "Triggers".
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
what are actual and formal parameters?
How do I escape a reserved word in oracle?
How to upsert (update or insert into a table)?
How to invoke the data pump import utility?
what is normalisation?what are its uses?
Explain what are the different type of segments?
What is backup in Oracle?
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
What are oracle functions?
What is procedure overloading in oracle?
What types of joins are used in writing subqueries?
How to end the current transaction in oracle?
State the various uses of dbcc command?
what is a Nested Loop join?
What is logical backup in oracle?