Difference between revisions of "Normalization"

From Wiki Notes @ WuJiewen.com, by Jiewen Wu
Jump to: navigation, search
m (New page: ==Functional Dependency (FD)== A FD on a relation scheme R is a constraint X->Y, where X and Y are sets of attributes. For a pair of tuple t and s, they satisfies the above FD if they agre...)
(No difference)

Revision as of 12:55, 5 August 2010

Functional Dependency (FD)

A FD on a relation scheme R is a constraint X->Y, where X and Y are sets of attributes. For a pair of tuple t and s, they satisfies the above FD if they agree on all attributes in Y when they agree on all attributes in X.