눈 위에 발자국
article thumbnail

 

 

 

 

 

문제

https://www.hackerrank.com/challenges/weather-observation-station-1/problem?isFullScreen=true 

Query a list of CITY and STATE from the STATION table.
The STATION table is described as follows:

 


풀이

SELECT  CITY, STATE
  FROM  STATION;

'SQL > HackerRank' 카테고리의 다른 글

[MySQL] Weather Observation Station 6  (0) 2023.01.27
[MySQL] Weather Observation Station 5  (0) 2023.01.26
[MySQL] Weather Observation Station 4  (0) 2023.01.26
[MySQL] Weather Observation Station 3  (0) 2023.01.26
[MySQL] Japanese Cities' Names  (0) 2023.01.26
[MySQL] Japanese Cities' Attributes  (0) 2023.01.26
[MySQL] Select By ID  (0) 2023.01.26
[MySQL] Select All  (0) 2023.01.26