which will fire first ? Trigger or Constraint
Answer Posted / vanujit
sequence of execution is as follows
Before statement level trigger
Before row level trigger
After row level trigger
Constraint
After statement level trigger
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to select unique records from a table?
what are the authentication modes in sql server? How can it be changed? : Sql dba
What is dbo in sql?
What is relationship? How many types of relationship are there?
How do I copy a table in sql?
What is the use of index in hive?
Is hadoop a nosql?
What are tuples in sql?
What are pl/sql packages?
How to run pl/sql statements in sql*plus?
What are the advantages of pl sql?
Which is the correct statement about truncate and delete?
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
What is compiled query?
How does sql*loader handles newline characters in a record? : aql loader