I am working with Cemetery Data where I have a Feature Class with the lots. Each lot contains information such as ID, Names of deceased and Status for each lot (Available, Owned, Unavailable, etc).
I would like to separate out the Names to a separate table since I am coming across cases where you could have multiple deceased in one lot. Same could be true for the columbarium. I currently have GlobalIDs field in the original Feature Class.
My questions are:
Can I simply create a new table and then append the information from the original feature class?
Can I use the GlobalID as the parent ID in the new table?
Should the parentID be a GUID data type?
Once the relationship is created and the names are input in the new table (new row), will the parent ID need to be copied or will it populate automatically?