diff --git a/mysql/weather-observation-station-1/solution.sql b/mysql/weather-observation-station-1/solution.sql new file mode 100644 index 0000000..e5de482 --- /dev/null +++ b/mysql/weather-observation-station-1/solution.sql @@ -0,0 +1,2 @@ +SELECT CITY, STATE +FROM STATION \ No newline at end of file