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 trigger and how to use it in sql?
what are tables and fields? : Sql dba
What are dml commands?
Is clustered index a primary key?
What are different clauses used in sql?
Why do we use triggers?
what is collation? : Sql dba
What are the most important characteristics of pl/sql?
What are analytical functions in sql?
How do I partition in sql?
what are enums used for in mysql? : Sql dba
What is pl sql script?
how to escape special characters in sql statements? : Sql dba
What is left join in postgresql?
Which sql statement is used to delete data from a database?