Japanese Cities' Attributes

1. Problem

Problem page

2. Solution

SELECT *FROM CITY WHERE COUNTRYCODE LIKE 'JPN';

Last updated