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
Is not null in sql?
How do you get column names only for a table (sql server)?
Does sql view stored data?
Which kind of parameters cannot have a default value in pl sql?
What is the difference between a procedure and a function?
What is the difference between having clause and where clause?
How do you use a while loop in pl sql?
how many sql dml commands are supported by 'mysql'? : Sql dba
How do you run a query?
Which tcp/ip port does sql server run on? How can it be changed? : Sql dba
what is unique key constraint? : Sql dba
What is an inner join sql?
how to enter binary numbers in sql statements? : Sql dba
Can a foreign key be a duplicate?
What is pl sql in dbms?