What are nested triggers ?
Answer Posted / subhendu
Triggers are nested when a trigger performs an action that
initiates another trigger, which can initiate another
trigger, and so on. Triggers can be nested up to 32 levels,
and you can control whether triggers can be nested through
the nested triggers server configuration option.
| Is This Answer Correct ? | 52 Yes | 2 No |
Post New Answer View All Answers
what happens when the column is set to auto increment and you reach the maximum value for that table? : Sql dba
What are the different type of joins in sql?
What are expressions?
What is rollback?
What is an escape character in sql?
What are sql procedures?
Differentiate between pl/sql and sql?
How do I clear the screen in sql plus?
What does truncate mean in sql?
what is the different between now() and current_date()? : Sql dba
What are tables in sql?
Does user triggers have entry for trigger with compilation errors?
What are the different types of triggers?
Is mariadb nosql?
what are string data types? : Sql dba