# [연습문제 A] 해커랭크 초급문제
## 도시 관련 문제
- [01 모든 도시의 모든 컬럼 조회](https://www.hackerrank.com/challenges/select-all-sql/problem?isFullScreen=true)
- [02 특정 ID의 도시 조회](https://www.hackerrank.com/challenges/select-by-id/problem?isFullScreen=true)
- [03 특정 인구수를 넘는 미국내 도시 조회](https://www.hackerrank.com/challenges/revising-the-select-query-2/problem?isFullScreen=true)
- [04 일본의 모든 도시 이름 조회](https://www.hackerrank.com/challenges/japanese-cities-name/problem?isFullScreen=true)
- [05 인구수가 특정 값을 넘는 도시의 개수](https://www.hackerrank.com/challenges/revising-aggregations-the-count-function/problem?isFullScreen=true)
- [06 모든 도시의 평균 인구수](https://www.hackerrank.com/challenges/average-population/problem?isFullScreen=true)
- [07 캘리포니아에 속한 모든 도시의 총 인구수](https://www.hackerrank.com/challenges/revising-aggregations-sum/problem?isFullScreen=true)
- [08 캘리포니아에 속한 모든 도시의 평균 인구수](https://www.hackerrank.com/challenges/revising-aggregations-the-average-function/problem?isFullScreen=true)
## 직원 관련 문제
- [09 정렬된 직원 이름 조회](https://www.hackerrank.com/challenges/name-of-employees/problem?isFullScreen=true)
- [10 특정 월급 이하인 신입의 이름 조회](https://www.hackerrank.com/challenges/salary-of-employees/problem?isFullScreen=true)
## 날씨 관측소 관련 문제
- [11 날씨 관측소의 특정 컬럼 조회](https://www.hackerrank.com/challenges/weather-observation-station-2/problem?isFullScreen=true)
- [12 위도 및 경도의 총합](https://www.hackerrank.com/challenges/weather-observation-station-2/problem?isFullScreen=true)
- [13 도시에 속한 전체 관측소 개수와 관측소가 있는 도시의 개수 차이](https://www.hackerrank.com/challenges/weather-observation-station-4/problem?isFullScreen=true)
- [14 특정 위도 이하 중 가장 큰 값](https://www.hackerrank.com/challenges/weather-observation-station-14/problem?isFullScreen=true)