SQL, 데이터 분석!

SQL, 데이터 분석!

바로 보고 실습하는 SQL, 입문부터 활용까지!

[연습문제 B] 해커랭크 중급문제

# [연습문제 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)