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
how can we take a backup of a mysql table and how can we restore it. ? : Sql dba
What is difference between pl and sql?
How do you rename a table in sql?
In pl/sql, what is bulk binding, and when/how would it help performance?
Is sql sequential or random?
what are enums used for in mysql? : Sql dba
What is lexical units in pl sql?
How to use distinct and count in sql query? Explain
What are the different types of dbms?
What are string functions in sql?
explain access control lists. : Sql dba
What are different types of tables in sql?
what is the syntax used for partition in tsql? : Transact sql
How do I view an execution plan in sql?
What is keys and its types?