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