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 stored procedure in function?
How to get help at the sql prompt?
Explain the commit statement.
What is the difference between delete and truncate statement in sql?
What is your daily office routine?
What is partition in sql query?
How to write html code in pl sql?
How many types of cursors supported in pl/sql?
What is an intersect?
What is sql resultset?
What is forward declaration in pl sql?
Is sql developer case sensitive?
Explain scalar functions in sql?
How do I enable sql encryption?
how to drop an existing view in mysql? : Sql dba