I have a main table and multiple other tables that I want to link to each row of the main table.
The main table "Data" consists of columns (Name, x, y) where "Name" is the primary key and all values are unique.
Each of the other tables have columns (Name2, z) where the value of "Name2" is the...