Select to view content in your preferred language

Many to Many Relationships

628
1
Jump to solution
07-01-2019 11:11 AM
by Anonymous User
Not applicable

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

0 Kudos
1 Solution

Accepted Solutions
GurunathanGanesarethinam
Esri Contributor

Hello Mark,

Yes, you can create Many to Many relationship class for this.  Follow the ArcGIS help link here to create this relationship class. You can pick Simple relationship class option and then select Many to Many.

http://desktop.arcgis.com/en/arcmap/10.6/extensions/production-mapping-guide/admin-pl-sql-server/cre...

Regards,

Guru

View solution in original post

0 Kudos
1 Reply
GurunathanGanesarethinam
Esri Contributor

Hello Mark,

Yes, you can create Many to Many relationship class for this.  Follow the ArcGIS help link here to create this relationship class. You can pick Simple relationship class option and then select Many to Many.

http://desktop.arcgis.com/en/arcmap/10.6/extensions/production-mapping-guide/admin-pl-sql-server/cre...

Regards,

Guru

0 Kudos