Database schema

For each purchase of a product produced in a city whose name begins with San, provide the name of the customer and the description of the product purchased. Sort by customer name.

Hint (Click here to expand)
  • Required table(s): PURCHASE_ORDER, PRODUCT, MANUFACTURER, CUSTOMER

You you have to make three connection between those tables.