Chapter 4- Database Design - (Normalization)
Chapter 4- Database Design - (Normalization)
Since the type of Wine served depends on the type of Dinner, we say Wine is
functionally dependent on Dinner. ie,
Types of Functional Dependency
• Full Functional Dependency
• Partial Functional Dependency
• Transitive Functional Dependency
• Multivalued Functional Dependency
Full Dependency
• If an attribute which is not a member of the primary key is
dependent on the whole key and not on some part of the primary
key, then that attribute is fully functionally dependent on the
primary key.