Hamish Burke | 2025-05-26
Related to: #databases
Armstrong Inference Rules
Related to Functional Dependency
-
Reflexivity: If
in , then -
Augmentation: From
infer -
Transitivity: From
and infer -
NOT armstrong
- Union: From
and infer - Decomposition: From
infer and - Pseudo-transitivity: From
and , infer
- Union: From
AB -> C
A -> E
AB -> EB
AB -> C
AB -> CEB union
CE -> D
AB -> CE transititisititity
AB -> D