Fully functional dependency

1 answer

Answer

1211865

2026-07-14 18:40

+ Follow

A functional dependency X --> Y is full functional dependency if removal of any attribute 'k' from X means that the dependency does not hold any more.

Full functional dependency is minimal in size (contain non-redundant data)

In a relation R , attribute B of R is fully functionallydependent on an attribute or set of attributes A of R , if B is functionally dependent on A, but not functionally dependent on any proper subset of A.

OR

AàB is a fully functionally dependency, if removal of any attribute X from A would result into the cancellation of dependency. i.e. (A-{X})-->B does not hold.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.