\begin{sql}
INSERT INTO ORCity \\
SELECT {\blue CityORType} \\
\> (\>Name, Province, Country, Population,\\
\>\> GeoCoord(Latitude, Longitude)) \\
FROM City;
\end{sql}
