일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- SQLite
- 결측값
- 파이썬
- airflow.cfg
- 데이터분석
- 데이터시각화
- GROUPBY
- TRUNCATE
- Round
- seaborn
- 데이터리안 웨비나
- 다중 JOIN
- SUM
- Oracle
- not in
- 그로스해킹
- 머신러닝
- MySQL
- solvesql
- airflow 설치
- pandas
- 전처리
- hackerrank
- having
- join
- PostgreSQL
- matplotlib
- SQL
- Limit
- 프로그래머스
Archives
- Today
- Total
목록SELF JOIN (1)
Milky's note

https://www.hackerrank.com/challenges/symmetric-pairs/problem?isFullScreen=true Symmetric Pairs | HackerRank Write a query to output all symmetric pairs in ascending order by the value of X. www.hackerrank.com [문제] You are given a table, Functions, containing two columns: X and Y. Two pairs (X1, Y1) and (X2, Y2) are said to be symmetric pairs if X1 = Y2 and X2 = Y1. Write a query to output all s..
SQL/SQL 코딩 테스트-HackerRank
2022. 4. 6. 15:36