例题: 一.题解 1. select FirstName,LastName,City,State from Person left join Address on Person.PersonId = Address.PersonId 2. SELECT Person.Fir