\begin{verbatim}
SELECT Name, cty.coordinates.latitude, cty.coordinates.longitude,
       cty.coordinates.Distance_Greenwich()
FROM ORCity cty
WHERE NOT coordinates IS NULL
\end{verbatim}
\texttt{\red ORDER BY coordinates;}
