You are viewing a single comment's thread. Return to all comments →
In this, we have to query all the CITY and STATE from the table STATION.
SELECT CITY, STATE FROM STATION;
Seems like cookies are disabled on this browser, please enable them to open this website
Weather Observation Station 1
You are viewing a single comment's thread. Return to all comments →
In this, we have to query all the CITY and STATE from the table STATION.
SELECT CITY, STATE FROM STATION;