I have three table
Table1
CountryId
CountryName
Table2
CityId
CityName
CountryId
Table3
Areaid
AreaName
CityId
CountryId
I want to create cluster on it. First I create Cluster on Country and make table1 is part of cluster, then I made table part of that cluster. Then I create new cluster on City and make Table3 part of second cluster. Please give me suggestions and confirm, If I am doing right.
Amer
Table1
CountryId
CountryName
Table2
CityId
CityName
CountryId
Table3
Areaid
AreaName
CityId
CountryId
I want to create cluster on it. First I create Cluster on Country and make table1 is part of cluster, then I made table part of that cluster. Then I create new cluster on City and make Table3 part of second cluster. Please give me suggestions and confirm, If I am doing right.
Amer