mirror of
https://github.com/robindhole/fundamentals.git
synced 2025-03-16 12:49:49 +00:00
Updates one-to-many
This commit is contained in:
parent
b6fd488ada
commit
e0aa69b3b9
@ -193,7 +193,7 @@ A student can only have one email address and one email address can be associate
|
|||||||

|

|
||||||
|
|
||||||
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 (1:m)**
|
**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.
|
||||||
|
|
||||||
A student can only be associated with one batch, but a batch can have many students.
|
A student can only be associated with one batch, but a batch can have many students.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user