Relationships refer to mappings between elements of one set to another set, such as one-to-one, one-to-many, many-to-many.
Relationships can be implicit or explicit depending upon the data model.
Types of relationships
- one-to-one
- one-to-many
- many-to-one
- many-to-many
- self-reference
- hierarchical (parent,child)
- navigational (previous,next)
References