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
Is delete faster than truncate?
how to get @@error and @@rowcount at the same time? : Sql dba
Why functions are used in sql?
What is trigger point?
Is merge a dml statement?
What are the types of join and explain each?
What are local and global variables and their differences?
What is materialized view. What are different methods of refresh?
What is online transaction processing (oltp)?
What are the different set operators available in sql?
What are the different types of a subquery?
What is data control language?
Can I copy :old and :new pseudo-records in/to an oracle stored procedure?
What program will open a mdb file?
How can you select unique records from a table?