I am working through a design where there is one geospatial layer (counties), and a project table. Both contain unique identifiers 1) County = GEOID and 2) Project = Proj_ID.
A county may have multiple projects associated with it, and a project may have multiple counties associated with it. This would seem ideal for the many to many relationship. What would be the most optimal approach to creating this relationship?
#optimizing geodatabase #manytomanyrelationships