Anusha Murali

Logo

Please see github.com/anusha-murali for all of my repositories.

View GitHub Profile

16. Weather Observation Station 1: Solution


Query a list of CITY and STATE from the STATION table. The STATION table is described as follows:

16

where LAT_N is the northern latitude and LONG_W is the western longitude.

solution_image5

SELECT CITY, STATE
FROM STATION;

Back to problems


anusha-murali.github.io