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