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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.