which will fire first ? Trigger or Constraint
Answer Posted / kaushik
If Trigger is written on the table for before insert on
each row then
Trigger will fire first
else
Constraints will fire first.
Vijay Kumar is perfectly right.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to call a javascript function from pl sql?
What does trigger mean in slang?
What is meant by cursor in sql?
How can we make an if statement within a select statement?
What is write ahead logging in sql server?
How to load data with sql*loader?
how tsql statements can be written and submitted to the database engine? : Transact sql
Explain architecture of sql server notification services?
Which join is default?
What are the topics in pl sql?
Can we use join in subquery?
What is trigger in sql?
What is the difference between partition and index?
How do you rank data in sql?
What is sql*plus?