Search Interview Questions | More than 3000 questions in repository. There are more than 900 unanswered questions. Click here and help us by providing the answer. Have a video suggestion. Click Correct / Improve and please let us know. |
|
| ||||
Database - Interview Questions and Answers for 'Sequence of trigger execution' - 1 question(s) found - Order By Newest | ||||
| ||||
Ans. There is no specific order in which database fires the triggers if they are for the same operation. If we need to have a specific order for their execution, we should have them all in a stored procedure and the procedure should get executed upon the event. | ||||
Help us improve. Please let us know the company, where you were asked this question : | ||||
Like Discuss Correct / Improve  oracle  database  triggers  sequence of trigger execution  sequence in which triggers gets fired Asked in 1 Companies | ||||
Related Questions | ||||
What are the different conditions that triggers view update in case of push ChangeDetectionStrategy ? | ||||