DAD-220 lab 4 question 5, unsure of the SQL syntax to get this information.

Retrieve records for customers who reside in Massachusetts and identify their sales rep and the relationship of entities. Identify if these entities demonstrate one-to-one or many-to-many relationships. a.Remember: SELECT, FROM, INNER JOIN, and WHERE. b.Use employee.firstName and employee.lastName in your command.