# [연습문제 B] 해커랭크 중급문제
## 단일 테이블 조인
- [01 아프리카에 속한 모든 도시 목록](https://www.hackerrank.com/challenges/african-cities/problem?isFullScreen=true)
## 그룹화 분석
- [02 각 대륙별 도시의 인구수 평균](https://www.hackerrank.com/challenges/average-population-of-each-continent/problem?isFullScreen=true)
- [03 학생 등급과 이름순 정렬](https://www.hackerrank.com/challenges/the-report/problem?isFullScreen=true)
## 다중 테이블 조인
- [04 만점자 순위 목록](https://www.hackerrank.com/challenges/full-score/problem?isFullScreen=true)
## 서브쿼리
- [05 콘테스트 총점 순위](https://www.hackerrank.com/challenges/contest-leaderboard/problem?isFullScreen=true)