Skip to main content

Weather Observation Station 1

· One min read
Kaustubh Kulkarni

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

Answer :

SQL
select CITY,STATE from STATION;