[HackerRank] Weather Observation Station 1
2021. 1. 20. 20:41ㆍ데이터베이스/SQL
728x90
반응형
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] Weather Observation Station 4 (0) | 2021.01.20 |
---|---|
[HackerRank] Weather Observation Station 3 (0) | 2021.01.20 |
[HackerRank] Japanese Cities' Attributes (0) | 2021.01.20 |
[HackerRank] Japanese Cities' Names (0) | 2021.01.19 |
[HackerRank] Select By ID (0) | 2021.01.19 |