Prepare > SQL > Basic Select > Weather Observation Station 1
2023. 7. 6. 19:14ㆍHackerRank-My SQL
Weather Observation Station 1 | HackerRank
Write a query to print the CITY and STATE for each attribute in the STATION table.
www.hackerrank.com
문제
Query a list of CITY and STATE from the STATION table.
코드
SELECT CITY, STATE FROM STATION;
'HackerRank-My SQL' 카테고리의 다른 글
Prepare > SQL > Basic Select > Weather Observation Station 4 (0) | 2023.07.08 |
---|---|
Prepare >SQL > Basic Select > Weather Observation Station 3 (0) | 2023.07.06 |
Prepare >SQL > Basic Select > Japanese Cities' Names (0) | 2023.07.06 |
Prepare > SQL > Basic Select > Japanese Cities' Attributes (0) | 2023.07.06 |
Prepare > SQL > Basic Select > Select By ID (0) | 2023.07.06 |