diff --git a/mysql/japanese-cities-attributes/solution.sql b/mysql/japanese-cities-attributes/solution.sql new file mode 100644 index 0000000..10ce3b6 --- /dev/null +++ b/mysql/japanese-cities-attributes/solution.sql @@ -0,0 +1,3 @@ +SELECT ID, NAME, COUNTRYCODE, DISTRICT, POPULATION +FROM CITY +WHERE COUNTRYCODE = 'JPN' \ No newline at end of file