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;
Query a list of CITY and STATE from the STATION table. The STATION table is described as follows:
Answer :
select CITY,STATE from STATION;