Relationships
A Relationship in a Data Model is used to link data between Schemas through their Primary Keys. Relationships connect otherwise separate datasets into a unified and structured data system.
Steps to Create a Relationship Between Two Schemas
1
2
Types of Relationships
One-to-One: A record in the From Node is linked to exactly one record in the To Node.
One-to-Many: A single record in the From Node is linked to multiple records in the To Node.
Many-to-One: Multiple records in the From Node are linked to a single record in the To Node.
Last updated
Was this helpful?