일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
- allra
- fundbox
- 바로팜
- 올라
- 전환율
- 퍼널분석
- retention
- 활성화
- 서말리포켓
- CAC
- aarrr
- 팔방이익구조
- 코호트
- 인게이지먼트
- 그로스해킹
- 선정산서비스
- pmf
- 역설구조
- 데이터분석
- 머신러닝
- model_selection
- mysql설치 #mysql #mysqluser #mysqlworkbench
- 한장으로끝내는비즈니스모델100
- activation
- 리텐션
- 셀프스토리지
- sklearn
- 비즈니스모델
- 핀테크
- BM분석
- Today
- Total
목록2025/06/26 (2)
데이터로그😎

* join 시에 ON과 WHERE에 조건을 거는 상황의 차이를 명확히 드러내주는 문제라서 기록한다. https://datalemur.com/questions/sql-ibm-db2-product-analytics IBM SQL Interview Question | DataLemurIBM SQL Interview Question:datalemur.com 테이블 (1. queries, 2.employees)1. queries: 직원들이 실행한 모든 쿼리에 대한 기록2. employees: 모든 직원에 대한 정보문제Display the number of unique queries as histogram categories, along with the count of employees who executed t..

https://datalemur.com/questions/user-retention Facebook SQL Interview Question | DataLemurFacebook SQL Interview Question: Find the number of monthly active users (MAUs) in July 202.datalemur.com 테이블 (use_actions) 과제2022년 7월의 Monthly Active Users(이하 MAU)를 구하라.MAU: sign-in, like, comment 활동을 이번달&저번달에 모두 한 사람쿼리 설계특정 유저가 이번달+저번달에 모두 활동 한 것을 어떻게 쿼리로 체크하지?동일한 테이블로 join 하되, ON 기준에서 current_month = pre..