Posts

Showing posts with the label Example of Lossy Decomposition

Example of Lossy Decomposition

Suppose you were using the following relation R = (SSN, Name, Address):            R SSN     Name      Address 1111    Joe       1 Pine 2222    Alice     2 Oak 3333    Alice     3 Pine  Let R1 = (SSN, Name) and R2 = (Name, Address).      R1                                                          R2 SSN     Name                       ...