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