I have a database in mysql. Now in one table there is a primary key and in the other tables there are foreign keys. How do I update the primary key and have it update all the foreign keys at the same time? I remember being taught it and it being a word starting with C I think, can't remember. Oh and I don't want to individually update each table one by one.
Thanks for any help given. Arran