Midterm Cheat Sheet - Sheet1
Midterm Cheat Sheet - Sheet1
If X → Y then X Z → Y Z for any Z (augment) union rUs WHERE cannot use aggregate function (Must use HAVING)
*must have same num of
of attributes
*must be compatible
If X → Y and Y → Z , then X → Z (trans) set difference r−s NOT IN
*must have same # attr
If X → Y Z then X → Y and X → Z (decomp) cartesian product r Χ s = { q t | q ∈ r and t ∈ s} IN