SQL实现 SELECT FirstName, LastName, City, StateFROM Person LEFT JOIN AddressON Person.PersonId = Address.PersonId;