Entity Relationships
Entity relationships define how records can be related to each other in the database, their associations and dependencies.
There are two types of entity relationships in Innovation Studio:
- 1:N (One-to-Many) - an entity relationship where one entity record for the primary entity (parent entity) can be linked to many other entities (child entities).
- N:N (Many-to-Many) - an entity relationship where many entity records can be linked to many child entities. For more information on N:N entity relationships, see N:N Entity Relationships.
When viewing a parent entity in the user interface, you can also view the list of child entities. For more information on 1:N entity relationships, see 1:N Entity Relationships.