본문 바로가기
문제풀이/HackerRank

Weather Observation Station 1

by 제밍 2022. 11. 2.

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

where LAT_N is the northern latitude and LONG_W is the western longitude.

 

 

 SELECT CITY, STATE 
 FROM STATION ;

 

 

 

Weather Observation Station 1 | HackerRank

 

Weather Observation Station 1 | HackerRank

Write a query to print the CITY and STATE for each attribute in the STATION table.

www.hackerrank.com

 

'문제풀이 > HackerRank' 카테고리의 다른 글

Weather Observation Station 4  (1) 2022.11.02
Weather Observation Station 3  (0) 2022.11.02
Japanese Cities' Names  (0) 2022.11.02
Japanese Cities' Attributes  (0) 2022.11.02
Select By ID  (0) 2022.11.02