Given 3 tables A, B, and C containing the following contents
A.CID
A.PID
A.Data
B.CID
B.Name
C.CID
C.PID
C.Name
What SQL statement would give a result set containing all data in Table A and the associated Name fields from Tables B and C. PID in Table A may be blank. PID in Table C is never blank.
If this information is not clear enough let me know and I will try to expand on it.
Any help would be appreciated.
A.CID
A.PID
A.Data
B.CID
B.Name
C.CID
C.PID
C.Name
What SQL statement would give a result set containing all data in Table A and the associated Name fields from Tables B and C. PID in Table A may be blank. PID in Table C is never blank.
If this information is not clear enough let me know and I will try to expand on it.
Any help would be appreciated.