Formatting fixes.

This commit is contained in:
Tanmay 2022-07-08 15:33:33 +01:00
parent ca07cf781a
commit e19ac05fa7

View File

@ -197,6 +197,7 @@ A student can only have one email address and one email address can be associate
![One to One](../media/one-to-one.png) ![One to One](../media/one-to-one.png)
An attribute shared by both entities can be added to either of the entities. An attribute shared by both entities can be added to either of the entities.
**One to Many or Many to one (1:m or m:1)** **One to Many or Many to one (1:m or m:1)**
> When one instance of entity 1 is related to more than one instance of entity 2, the relationship is referred to as "one-to-many. > When one instance of entity 1 is related to more than one instance of entity 2, the relationship is referred to as "one-to-many.