Another Example
I still have only the result of SeattleView:
SELECT buyer, seller, product, store
WHERE Person.city = ‘Seattle’ AND
Person.per-name = Purchase.buyer
but I want to answer the query
WHERE Person.city = ‘Seattle’ AND
Person.per-name = Purchase.buyer AND
Person.Phone LIKE ‘206 543 %’.