Hi @Shrutii ,
Logically the relationship between a country table and customer table is 1 to Many.
But in general if you want to create 1 to 1 link between 2 schema, then you can write the join script in any of the schema. Example, if you write the join script in Table A, mention target="abc:table_B"...