Scenario: I have users that want to be able to change their username (unfortunately I didn't think about adding this functionality when I started the site), but the MySQL database has 110 tables.
Am I going to have to just make a script that executes 110 queries to update the username in each table (and remember to update the script when I add new tables), or is there a way to link the fields in all of the tables, so updating the username in one table updates it in all of the others?