Weather Observation Station 1
January 17, 2024
Query a list of CITY and STATE from the STATION table. The STATION table is described as follows:

SELECT CITY,STATE FROM STATION;
Last updated
January 17, 2024
Query a list of CITY and STATE from the STATION table. The STATION table is described as follows:
SELECT CITY,STATE FROM STATION;
Last updated