Vault sync: 2021-10-25 16:51:26
This commit is contained in:
2
School/Development/Primary Key.md
Normal file
2
School/Development/Primary Key.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# Primary Key
|
||||
A Primary key is a [[Constraint]]
|
@@ -25,10 +25,4 @@ An entity contains attributes that have values. For example, an entity Person ma
|
||||
|
||||
## 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.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
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. Most of the time this is done via a [[Primary Key]] constraint.
|
Reference in New Issue
Block a user