which will fire first ? Trigger or Constraint
Answer Posted / srikanth k
The sequence of execution is:
1) before statement level
2) before row level
3) constraint
4) after row level
5) after statement level
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is parallel hint?
what are all the common sql function? : Sql dba
Is record in pl sql?
Is sql a scripting language?
How to handle bulk data?
How many types of primary keys are there?
What are secondary keys?
What is an escape character in sql?
What is forward declaration in pl sql?
What is synchronized subquery?
Why do we need unique key in a table?
what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
What is auto increment in sql?
how many sql dml commands are supported by 'mysql'? : Sql dba
Is coalesce faster than isnull?