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