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 is the difference between nested subquery and correlated subquery?
Define select, insert, create, delete, update, drop keywords
How do I start pl sql?
what are set operators in sql? : Sql dba
How many tables can a sql database have?
Can we use ddl statements in stored procedure?
What is the meaning of disabling a trigger?
What is form and report?
What is pl/sql table? Why is it used?
What is crud sql?
Can we use having without group by in sql?
What is AUTH_ID and AUTH_USER in pl/sql ?
How much does sql certification cost?
What is offset and limit in sql?
What is the difference between nvl function, ifnull function, and isnull function?