which will fire first ? Trigger or Constraint
Answer Posted / vamsi krishna
we can't say which is executed first among the trigger and
constraraint .
the sequence of execution is
(i) before statement level
(ii) before row level
(iii) after row level
(iv) constraint
(v) after statement level
| Is This Answer Correct ? | 19 Yes | 8 No |
Post New Answer View All Answers
What is the location of pre_defined_functions.
What are joins in sql?
What is the difference between alter trigger and drop trigger statements?
What are all the different normalization?
What is percent sign in sql?
What are the 3 types of behavioral triggers?
How to find 3rd highest salary of an employee from the employee table in sql?
What are tables and fields?
what are enums used for in mysql? : Sql dba
What are the basic techniques of indexing?
Why is a primary key important?
What is forward declaration in pl sql?
What is benefit of creating memory optimized table?
how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba
How delete all data from table in sql?