which will fire first ? Trigger or Constraint
Answer Posted / raj dhar
It is depend upon the condition, as if trigger is written
on after insert and update then constraint will fire first
and if you make a trigger as on before insert or update
then the trigger will fire first.
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
Can sql developer connect to db2?
What is a system versioned table?
How do I upgrade sql?
Can unique keys be null?
What are character functions in sql?
Compare sql & pl/sql
Give the order of sql select?
Is ms sql traffic encrypted?
How do I order columns in sql?
What is left inner join in sql?
When sql appeared?
How are sql commands classified?
What will you get by the cursor attribute sql%notfound?
What is the difference between joins?
How do I view a table in sql?