A. Write an SQL statement that joins the two tables in such a way that all states are displayed regardless of whether a customer is associated with that state.
B. Write an SQL statement that joins the two tables in such a way that only states linked to records in the customer table show up in the results set.