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 many types of relationship are there?
What is right join in sql?
What does joining a thread mean?
What is sql partition function?
what is index? : Sql dba
Explain the commit statement.
How to sort the rows in sql.
What are expressions?
how can you create an empty table from an existing table? : Sql dba
What are the benefits of pl sql?
What is pragma in sql?
How do I create an index in word?
What is cursor and why it is required?
How do you delete data from a table?
Is it possible to sort a column using a column alias?