Sorry, there is in fact a connection between the Room and Building tables i.e. there is a RoomID field in the Building Table as well. I know the table structure is ok ... it's just that when I try to use an OUTER JOIN on PersonRoom.RoomID and Room.RoomID, I get an error because there's already...
I've simplified this so that someone can hopefully figure out how to do this. I have 4 tables: Person, Building, PersonRoom, and Room with the following relevant fields.
Person: PersonID
PersonRoom: PersonID, RoomID
Room: RoomID, RoomNumber
Building: BuildingID, BuildingName
I want to...
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.