91
Natural Join Example
Employee
Name
SSN
John
999999999
Tony
777777777
Dependents
SSN
Dname
999999999
Emily
777777777
Joe
Name
SSN
Dname
John
999999999
Emily
Tony
777777777
Joe
Employee
Dependents =
P
Name, SSN, Dname
(
s
SSN=SSN2
(Employee x
r
SSN2, Dname
(Dependents))