How many triggers can be implemented for a table?
Answer Posted / 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 |
Post New Answer View All Answers
Can we call a function containing dml statements in a select query?
Is sql dba a good career? : SQL DBA
Why truncate is used in sql?
what is foreign key? : Sql dba
What are the main features of cursor?
What is on delete set null?
Why do we use cursors?
Does asenumerable execute the query?
Is a table valued function object?
Is t sql a programming language?
What is left inner join in sql?
What is a .db file?
describe mysql connection using mysql binary. : Sql dba
How much does a sql dba make? : SQL DBA
What is the cause of mutating table error and how can we solve it?