Hi there,
Consider 2 simple tables
Name ID Pet
A 00 dog
B 11 cat
C 22 hamster
Name ID hasJob
A 00 no
B 11 yes
D 33 yes
how do I make a join to get this table?
Name ID Pet hasJob
A 00 dog no
B 11 cat yes
C 22 hamster --
D 33 -- yes
Help much appreciated.. thank you
Consider 2 simple tables
Name ID Pet
A 00 dog
B 11 cat
C 22 hamster
Name ID hasJob
A 00 no
B 11 yes
D 33 yes
how do I make a join to get this table?
Name ID Pet hasJob
A 00 dog no
B 11 cat yes
C 22 hamster --
D 33 -- yes
Help much appreciated.. thank you