which will fire first ? Trigger or Constraint
Answer Posted / rajesh
if it is before insert or update trigger, trigger wil fire
first, if it is after insert or upadate constraints will
execute first.
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
Can I call a procedure inside a function?
Show how functions and procedures are called in a pl/sql block.
What is transaction control language (tcl)?
How do I debug a stored procedure?
What is auto increment?
What is sql query limit?
Explain the the update statement in sql?
How are sql commands classified?
explain about mysql and its features. : Sql dba
Is vs as in pl sql?
how can you create an empty table from an existing table? : Sql dba
What is sql indexing?
What is cte sql?
how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba
How do sql triggers work?