I have a database with different tables linked with each other. I have to collect data periodically from an external source. Every time I collect data I have to update/append records in each & every table which is very time consuming & invite error in the process. Is there a way so that I can automatically update/append records in all the tables by updating/appending records in a single master table.