I have three tables that contain different columns but linked by a primary column call Name. I want to create a table where all these different columns in the three tables join to form a master table which can be updated regularly either through the master table or the smaller tables. The master table also has the primary column as Name.
If I update the master table with records, it should update the respective linked table and vice versa.
I also want to link these tables to my SharePoint site.
Note: except the Name column, none of these tables have any other columns in common
How do I go about this?