database: mssql

tho

Member
Mar 24, 2004
52
0
0
I am conducting a database design and I managed to reach the 3rd normal form. My question is, if i change my primary key, for example '0001' to '0002', is it possible to propagate the change/update to the other linked table.

if you require more info, please let me know. Thank you in advance.
 

kamper

Diamond Member
Mar 18, 2003
5,513
0
0
Off the top of my head, would putting "ON UPDATE CASCADE" in the definition of the foreign key do what you're looking for?