728x90
반응형
https://www.hackerrank.com/challenges/weather-observation-station-1/problem?isFullScreen=true
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.
The STATION table is described as follows:
Code
SELECT CITY, STATE
FROM STATION;
728x90
반응형
'SQL > MySQL' 카테고리의 다른 글
[MySQL/HackerRank] Weather Observation Station 4 (0) | 2023.08.12 |
---|---|
[MySQL/HackerRank] Weather Observation Station 3 (0) | 2023.08.12 |
[MySQL/HackerRank] Japanese Cities' Names (0) | 2023.08.12 |
[MySQL/HackerRank] Japanese Cities' Attributes (0) | 2023.08.12 |
[MySQL/HackerRank] Select By ID (0) | 2023.08.12 |