which will fire first ? Trigger or Constraint
Answer Posted / srikanth k
The sequence of execution is:
1) before statement level
2) before row level
3) constraint
4) after row level
5) after statement level
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are literals in sql server?
What are local and global variables and their differences?
How to start oracle sql developer?
What are different sql data types?
Can you have a foreign key without a primary key?
What is offset in sql query?
Differentiate between % rowtype and type record.
What does count (*) mean in sql?
What is rollback?
What is a mutating table and a constraining table?
Is it possible to pass parameters to triggers?
What is the difference between the sql*loader and import utilities? : aql loader
How to get each name only once from an employee table?
Which table is left in left join?
What is dml and ddl?