# Easy
Last updated 4 years ago
Was this helpful?
# Write your MySQL query statement below select FirstName, LastName, City, State from Person left join Address on Person.PersonId = Address.PersonId;
Ref: