Re: Basic question?What 's the key if there 's no FD(Functional Dependencies)?
From: Cimode <cimode_at_hotmail.com>
Date: 8 Nov 2006 13:47:53 -0800
Message-ID: <1163022473.692813.111250_at_h48g2000cwc.googlegroups.com>
Date: 8 Nov 2006 13:47:53 -0800
Message-ID: <1163022473.692813.111250_at_h48g2000cwc.googlegroups.com>
R1:{A, B, C}
R2:{D, E, F}
R3 = R1 UNION R2 --> leads to R3 :{A, B, C, D, E, F}
If inserting R4: {G}
Therefore {A, B, C, D, E, F} UNION {G} you produce R5 ={A, B, C, D, E,
F, G}
Neither R1, R2, R4 are updated in the process just R3 and R5 are
exrpressed
A consequence of assimiliating relations to revalues sets instead of focusing on their transformational properties is a common error in RM theory. Operations between 2 relations necessarily produce a new relation. Even an update to such relation produces a new relation. Received on Wed Nov 08 2006 - 22:47:53 CET