hello,
i am working on a database that needs to be searchable. i am having a problem with figuring out how to split up all of the data. i have a list of organizations that are associated with certain counties. these counties have multiple organizations located in them. it needs to be possible to seach by both county and by organization.
is it possible to eliminate these many to many relationships? i was thinking about adding a couple of junction tables to do this, but i'm don't think it will work. any ideas?
thanks
i am working on a database that needs to be searchable. i am having a problem with figuring out how to split up all of the data. i have a list of organizations that are associated with certain counties. these counties have multiple organizations located in them. it needs to be possible to seach by both county and by organization.
is it possible to eliminate these many to many relationships? i was thinking about adding a couple of junction tables to do this, but i'm don't think it will work. any ideas?
thanks