What is the functional dependency of an attribute say Y?
Functional dependency of an attribute means that it depends part of primary key (composite key).and independent other part of primary key.
Let suppose a primary key is the combination of StdId & CourseId..... an attribute Grade depends on CourseId and is independent of StdId.
0 Comments
Please add nice comments or answer ....