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
What is dcl in sql?
How many triggers can be applied on a table?
What is set serveroutput on?
When is the update_statistics command used?
Why do we use cursors?
Can we use pl sql in mysql?
How do I run a pl sql procedure in sql developer?
how can we transpose a table using sql (changing rows to column or vice-versa) ? : Sql dba
How are functions and procedures called in PL/SQL?
What is pl sql collection?
What is not in sql?
How can use stored procedures in sql?
What is pl sql block in dbms?
Do prepared statements prevent sql injection?
How do you delete duplicates in sql query using rowid?