[Solved] Need help to UPDATE TABLE [closed]


you are saying that on change in four table you want to update the record in 5th table.

For this purpose you can write an update trigger which will trigger on change on any one of the four tables and check if the needed values in four tables are updated and it will change accordingly the required column.

2

solved Need help to UPDATE TABLE [closed]