I am new to triggers and want to create a trigger on an update of a column and update another table with that value.
I have table1 with a year column and if the appl
According to this question, if there's only one "downstream" table then another option with a properly defined foreign key relation would be Cascaded update.