Subject | On update cascade order rule |
---|---|
Author | liviuslivius |
Post date | 2017-11-03T08:11:58Z |
Hi,
What is the order of cascade firing for foreign key. How to gain control to it?
Eg. 3 tables
2 reference 1
3 referece 1 and 2
How can i fire update on table 1 cascade in the correct order to avoid violation of keys?
Regards,
Karol Bieniaszewski