which will fire first ? Trigger or Constraint
Answer Posted / keshavenas
The sequence of execution as follows :
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
how to drop an existing view in mysql? : Sql dba
What is pl/sql table? Why is it used?
What is an oracle stored procedure?
what tools available for managing mysql server? : Sql dba
What do you mean by table in sql?
What are hotfixes and patches?
Is pl sql useful?
what are different types of collation sensitivity? : Sql dba
What is package in pl sql?
How to run pl sql program in mysql?
What are all the different types of indexes?
What is the function that is used to transfer a pl/sql table log to a database table?
how to add a new column to an existing table in mysql? : Sql dba
What is trigger and how to use it in sql?
Is join and inner join the same?