How would you describe a condition in which one attribute is dependent on another attribute when neither attribute is part of the primary key?
3 years ago
Database Management System
This condition is known as a transitive dependency. A transitive dependency is a dependency of one nonprime attribute on another nonprime attribute. (The problem with transitive dependencies is that they still yield data anomalies.)

Bijay Satyal
Oct 23, 2021