# 데이터 분석가 인터뷰를 위한 SQL질문 모음

> Clean Markdown view of GeekNews topic #2012. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2012](https://news.hada.io/topic?id=2012)
- GeekNews Markdown: [https://news.hada.io/topic/2012.md](https://news.hada.io/topic/2012.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-05-04T11:13:35+09:00
- Updated: 2020-05-04T11:13:35+09:00
- Original source: [quip.com](https://quip.com/2gwZArKuWk7W)
- Points: 9
- Comments: 1

## Topic Body

여러 회사 인터뷰를 진행했던 지원자의 스터디 노트

- Self-join

ㅤ→ MAU MoM

ㅤ→ Tree 구조 레이블링

ㅤ→ 사용자 리텐션

ㅤ→ 누적 캐쉬플로우

ㅤ→ 이동 평균

ㅤ→ 멀티조인

- Window Function

ㅤ→ 최대 연봉자 찾기

ㅤ→ 부서별 평균 연봉

- 그외

ㅤ→ 히스토그램

ㅤ→ 크로스 조인

ㅤ→ 고급 카운팅

## Comments



### Comment 1708

- Author: xguru
- Created: 2020-05-04T11:14:08+09:00
- Points: 2

문제의 정의가 스타트업에서 많이 쓰일법한 것들이라 재미나게 봤습니다.

SQL 입문가이드 용으로 추천한 Select Star SQL https://selectstarsql.com/ 사이트도 훌륭하네요.

브라우저에서 SQLite를 올려서 인터랙티브한 SQL 쿼리가 가능하게 만들어뒀습니다.

https://github.com/zichongkao/selectstarsql
