which will fire first ? Trigger or Constraint
Answer Posted / suthakar
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is sqlerrm?
What are the different ways to optimize a sql query?
is mysql query is case sensitive? : Sql dba
what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba
How many types of cursors supported in pl/sql?
Explain scalar functions in sql?
What is trigger in pl sql with examples?
describe mysql connection using mysql binary. : Sql dba
Is stored procedure faster than query?
What is the best partition size for windows 10?
How to pronounce postgresql?
Is it possible to update views?
How do I write a sql query in pgadmin 4?
What is meant by temporal data?
What is difference between cursor and trigger?