DBMS SELF DOUBT
Let R and S be two relations with the following schema R(Pββ,Qββ,R1,R2,R3) S(Pββ,Qββ,S1,S2) where {P,Q} is the key for both schemas? R:{β¨"1","abc","p1","p2","p3"β©, β¨"2","xyz", ... ;,"q3"β© β¨"2","def","q1","q2","q3"β© WHat is R *S? WHERE * IS NATURAL JOIN.
Let R and S be two relations with the following schema R(Pββ,Qββ,R1,R2,R3) S(Pββ,Qββ,S1,S2) where {P,Q} is the key for both schemas? R:{β¨"1","abc","p1","p2","p3"β©, β¨"2","xyz","p1","p2","p3"β©} S:{β¨"1","abc","q1","q2","q3"β© β¨"2","def","q1","q2","q3"β© WHat is R *S? WHERE * IS NATURAL JOIN.
commented
Nov 28, 2017
in Databases
202 views