I have a particular query I need to write, but I'm not quite sure how
to do it. Basically, there's a table of appointments, which has a date
and a PetID, which links it to a pet table, which has a pet name. The
pet table has a CustomerID, which links it to a customer table, which
contains a phone number. How do I make a query that can get me the
date, the pet name, and the phone number simulataneously ? I figured I
could probably write several queries dependent upon each other to
compile the information from each level, but I'd imagine there's a
better way. Thanks.
to do it. Basically, there's a table of appointments, which has a date
and a PetID, which links it to a pet table, which has a pet name. The
pet table has a CustomerID, which links it to a customer table, which
contains a phone number. How do I make a query that can get me the
date, the pet name, and the phone number simulataneously ? I figured I
could probably write several queries dependent upon each other to
compile the information from each level, but I'd imagine there's a
better way. Thanks.
Comment