Prepare a SQL statement to find the customer information
Question: Write a SELECT statement that joins the Customers table to the Addresses table and returns these columns: FirstName, LastName, Line1, City, State, ZipCode.
Prepare this SQL query and return one row for each customer, but only return addresses that are the shipping address for a customer.