GitBook: [main] 77 pages modified

This commit is contained in:
Shannon Bradshaw 2021-08-18 19:58:51 +00:00 committed by gitbook-bot
parent f3eb15682d
commit fcb58215eb
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -27,8 +27,8 @@ An Entity is a special type that has an identity and represents an object that i
**Relationships** capture information about the association of an Entity with another Entity. Relationships can have cardinality - **One-to-one**, **One-to-many**, **Many-to-one**, and **Many-to-many**. Example of relationships:
* One-to-one: A Table is owned by a User
* One to Many: a Database contains multiple Tables.
* Many-to-Many: A User belongs to multiple Teams. A team has multiple Users.
* One-to-many: a Database contains multiple Tables.
* Many-to-many: A User belongs to multiple Teams. A team has multiple Users.
All relationships are captured using the `EntityReference` type.