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
How much does a sql dba make? : SQL DBA
What are sql data types?
how can we find the number of rows in a table using mysql? : Sql dba
Which is better join or inner query?
How do you write an inner join query?
Is it possible to link two groups inside a cross products after the cross products group has been created?
How many indexes can be created on a table in sql?
What is pl sql record in oracle?
What is embedded sql what are its advantages?
What does 0 mean in sql?
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
Explain what is a column in a table?
Explain the order of sql statement execution?
Can you selectively load only those records that you need? : aql loader
Why do we need pl sql?