How many triggers can be implemented for a table?
Answers were Sorted based on User's Feedback
Answer / nishi
Before oracle 10g 12 trigger possible after oracle 10g more than 12 trigger we can use
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / hairreddy
we can create more no of triggers on a single table but we can apply 12 different type of triggers only on a table
before -- for this table level and row level (insert/update/delete)-----total 6
after-- for this table level and row level (insert/update/delete)-----total 6
total 12 different triggers we can write on a table
Is This Answer Correct ? | 0 Yes | 0 No |
Do you understand the meaning of exception handling?
what is the command line end user interface - mysql? : Sql dba
Is vs as in pl sql?
What is difference between stored function and application function?
Give the structure of the function ?
What is an index in sql with example?
What does select * from mean in sql?
How run sql*plus commands that are stored in a local file?
what is self join and why is it required? : Sql dba
How to display Row Number with Records in Oracle SQL Plus?
What is the difference between delete and truncate statement in sql?
What is Referential Integrity?