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 thread join () in threading?
What is flag in sql?
Does sql view stored data?
How would you pass hints to the sql processor?
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql
What is trigger types in sql?
Write a sql query to find the names of employees that begin with ‘a’?
What is the usage of distinct keyword?
How do I send sql query results to excel?
Can we call dml statement in function?
Is join an inner join?
Can pl sql procedure have a return statement?
Is sql free?
What are the operators in sql?
Are subqueries better than joins?