I have question about changing value in child table automatically if value of table mother change value.
I have two tables are brand
(mother) and cat
(child).
I add foreign key
is brand_id
in table cat
related to primary key id
in table brand
.
If I change brand_name
from brand
table, I also want brand_name
in table cat
changed automatically. Is it possible? and how can I do it.
Thank you so much.
Brand:
Cat: