Vault sync: 2021-10-25 16:46:26

This commit is contained in:
Nick Leeman 2021-10-25 16:46:26 +02:00
parent 3b3fd82903
commit 8e34a97277

View File

@ -21,7 +21,13 @@ An entity represents a real-world object or concept. Examples are: Employee, Pro
## Entity ## Entity
An entity is the An entity contains attributes that have values. For example, an entity Person may have the following attributes: Name, Age, Sex, etc..
## Entity Set
A entity set is a collection of entities that share the same attributes. The entities within the set are distinguishable from each other because the values that the attributes have differ.