what is the logical proof of the below formula for relation?
If I have three relations R1.R2,R3 ,then If I write the formula as
1. (R1^R2)R3 contained in (R1 R3 ^ R2^R3)
2. (R1 UNION R2) R3=R1 R3 UNION R2 R3 .
I just unable to get that why in the first case we are using contained because of intersection while in the second case we are using equals sign.
1. (R1^R2)R3 contained in (R1 R3 ^ R2^R3)
2. (R1 UNION R2) R3=R1 R3 UNION R2 R3 .
I just unable to get that why in the first case we are using contained because of intersection while in the second case we are using equals sign.
0