Weather Observation Station 6(HackerRank)
https://www.hackerrank.com/challenges/weather-observation-station-6/problem?isFullScreen=true Weather Observation Station 6 | HackerRank Query a list of CITY names beginning with vowels (a, e, i, o, u). www.hackerrank.com 문제 Query the list of CITY names starting with vowels (i.e., a, e, i, o, or u) from STATION. Your result cannot contain duplicates. 정답 쿼리 SELECT DISTINCT CITY FROM STATION WHERE..
SQL/MySQL 문제풀이
2022. 7. 18. 15:24