Populate an attributed relationship class table (intermediate table)

When a relationship class is created with many-to-many cardinality or with attributes, an intermediate relationship class table is created. This table is used to map the associations between the origin and destination objects. The intermediate table contains foreign key fields that are associated with the primary key values from the origin and destination feature classes and/or tables as well as any additional attributes. Each row in the table associates one origin object with one destination object.

The intermediate table can store attributes for the relationship itself.

When the intermediate table is created, only the fields are generated for you. ArcGIS does not know which origin objects are associated with which destination objects, so you must manually populate the rows. This can be accomplished in an edit session by selecting related features or rows in the two participating object classes and adding the relationship to the intermediate table via the Attributes dialog box, accessible by clicking the Attributes button Attributes on the Edit tab. Once a relationship has been added to the intermediate table, the foreign key fields will be automatically populated with the related primary key values, and data can be entered in any additional attribute fields. This process must be repeated for all the sets of related features.

Note:

An intermediate relationship class table is not an object class, and as a result, domains, subtypes, and default values cannot be used with this type of table.

  1. Create the relationship class by using the Create Relationship Class geoprocessing tool located in the Data Management Toolbox. Alternatively, if you already have an existing relationship class, connect to the data in the Catalog pane.
  2. Add the feature classes and/or tables that are participating in the relationship along with the intermediate relationship class table.
  3. Start editing your data by clicking the Edit tab on the ribbon.
  4. Interactively select related origin and destination objects using the Select tool Select. If a table is participating in the relationship, open the table and select the desired rows.
  5. Open the Attributes dialog box by clicking the Attributes button Attributes on the Edit tab. The selected features will appear in the Attributes pane.
  6. Expand one of the selected feature classes in the Attributes pane and right-click the relationship class label.
  7. Click the Add Selected To Relationship option. This will add a row to the intermediate table and populate the foreign key fields with the related primary key values.
  8. Repeat steps 4 through 7 to populate the relationship class table with all the appropriate relationships between objects.
  9. Open the relationship class table to view the updated relationships and to input or edit data in the attribute fields.
  10. You must save your edits to save the relationships and the new data in the intermediate relationship class table.
Tip:
This can also be accomplished by using the Table to Relationship Class geoprocessing tool, located in the Data Management Toolbox.
Tip:
You cannot populate an intermediate relationship class table between two tables in the Map pane; the Table to Relationship Class tool is the only method that can be used.