Hello,
I build websites for a real estate company.eg The client wants to incorporate a "surrounding suburb" search when searching for properties.
eg When a user searches for real estate within a suburb the search results will include all real estate in nearby suburbs as well.
I'm just not sure how this data should be structured.
I have an existing table with about 2000 suburbs.
The client will manage the "surounding suburb" data.
I need to build an interface for the client to update this data ( ASP.NET )
Should the db design be a many-many ( suburb - suburb ) relationship or should it be ( Suburb - suburb1,suburb2,suburb3 etc )
Which would be easier to manage?
Thanks
I build websites for a real estate company.eg The client wants to incorporate a "surrounding suburb" search when searching for properties.
eg When a user searches for real estate within a suburb the search results will include all real estate in nearby suburbs as well.
I'm just not sure how this data should be structured.
I have an existing table with about 2000 suburbs.
The client will manage the "surounding suburb" data.
I need to build an interface for the client to update this data ( ASP.NET )
Should the db design be a many-many ( suburb - suburb ) relationship or should it be ( Suburb - suburb1,suburb2,suburb3 etc )
Which would be easier to manage?
Thanks