问题 Address ( addressID , houseNumber, postcode, roadName, city, county) Reservation ( reservationID , roomNo, leadGuestID, guest2ID, guest3ID , arrivalDate, departureDate, addressID , amountOutstanding) Guest ( guestID , firstName, lastName, adultFlag, telephoneNo, addressID , emailAddress) Room ( roomNo , roomTypeName ) RoomType ( roomTypeName , floor, basePrice, extraAdultPrice, extraChildPrice) The above schema is supposed to be normalised 4NF. But I cannot see how leadGuestID, guest2ID &