Query all attributes of every Japanese city in the CITY table. The COUNTRYCODE for Japan is JPN
.
The CITY table is described as follows:
Query all attributes of every Japanese city in the CITY table. The COUNTRYCODE for Japan is JPN
.
select * from city where countrycode = 'JPN';
0 comments:
Post a Comment