[GIS] How to build a relational database system with 4 tables in arcgis desktop

arcgis-desktopdatabase-designrelatesrelationship-class

I have been given data from an working online application which consists of a relational model. My aim is to recreate the model using Arcgis Desktop.

I have the table "elements" containing Point geometry with the attribute element_id as the primary key. In the table Aspects, Types and media. The tables "Aspects" and "Media" have a 1:1 relationship with "elements" and media has a 1:m relationship.

It is possible to build these multiple relationships in ArcGIS Desktop?

Best Answer

You can have related tables in ArcGIS Desktop, but it sounds like what you're really trying to do might be adding Attachments. There are pros and cons to both approaches, particularly if you ever want to work with Server or Online (related tables coming soon!)

Aside from just building the relationships, give careful consideration to how you plan to update and maintain the data.