begin %basic% CREATE_VIEW Query14 SELECT L.x, L.y FROM Locations as L, location_Info as LI WHERE L.id=LI.id, LI.name="Mink_Mansion" end %basic%