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
What is meant by user defined function?
Can a key be both primary and foreign?
How can you load multi line records? : aql loader
What is sql rowcount?
What is clause in sql?
What is pl sql and why it is used for?
What is form and report?
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
What is cold data?
What is serial sql?
What are data types in pl sql?
Why we use stored procedure instead of query?
What is scalar and vector?
what is an alias command? : Sql dba
Why sql query is slow?