which will fire first ? Trigger or Constraint
Answer Posted / raj dhar
It is depend upon the condition, as if trigger is written
on after insert and update then constraint will fire first
and if you make a trigger as on before insert or update
then the trigger will fire first.
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What is sql architecture?
What is transaction control language (tcl)?
What is difference between sql and oracle?
What are views in sql?
What is tuple in sql?
Write an sql query to select all records from the table?
What are all the ddl commands?
Is sql a programming?
How do you update a value in sql?
What is dbo in sql?
what is an alias command? : Sql dba
how to select first 5 records from a table? : Sql dba
Does sql profiler affect performance?
What are sql injection vulnerabilities?
Explain what is a database?