[hackerrank] Prepare > SQL > Basic Select > Weather Observation Station 1
[문제]
Query a list of CITY and STATE from the STATION table.
The STATION table is described as follows:
[MYSQL]
[ORCALE]
select city , state
from station ;
반응형
'HackerRank > SQL' 카테고리의 다른 글
[hackerrank] Weather Observation Station 4 (0) | 2022.08.08 |
---|---|
[hackerrank] Weather Observation Station 3 (0) | 2022.08.08 |
[hackerrank] Japanese Cities' Names (0) | 2022.08.08 |
[hackerrank] Japanese Cities' Attributes (0) | 2022.08.08 |
[hackerrank] Select By ID (0) | 2022.08.08 |