QB2 DBMS
QB2 DBMS
4. Let R = {Ssn, Ename, Pnumber, Pname, Plocation, Hours} and 0 = {RI, R2, R3}
where
RI = EMP = {Ssn, Ename}
R2 = PRO] = {Pnumber, Pname, Plocation}
R3 = WORKS-ON = {Ssn, Pnumber, Hours}
The following functional dependencies hold on relation R.
F = {Ssn ->Ename; Pnumber -> {Pname, Plocation};
{Ssn, Pnumber} -> Hours}
Prove that the above decomposition of relation R has the loss less join property