일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 머신러닝
- 데이터리안 웨비나
- Oracle
- 파이썬
- TRUNCATE
- 데이터분석
- solvesql
- matplotlib
- 데이터시각화
- SQL
- hackerrank
- seaborn
- 다중 JOIN
- PostgreSQL
- pandas
- Round
- SQLite
- Limit
- having
- SUM
- mysql :=
- join
- airflow 설치
- 전처리
- 프로그래머스
- GROUPBY
- 결측값
- MySQL
- 그로스해킹
- not in
- Today
- Total
목록MySQL (43)
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..
https://www.hackerrank.com/challenges/print-prime-numbers/problem?isFullScreen=true Print Prime Numbers | HackerRank Print prime numbers. www.hackerrank.com [문제] Write a query to print all prime numbers less than or equal to 1000. Print your result on a single line, and use the ampersand (&) character as your separator (instead of a space). For example, the output for all prime numbers
https://www.hackerrank.com/challenges/full-score/problem?isFullScreen=true Top Competitors | HackerRank Query a list of top-scoring hackers. www.hackerrank.com [문제] Julia just finished conducting a coding contest, and she needs your help assembling the leaderboard! Write a query to print the respective hacker_id and name of hackers who achieved full scores for more than one challenge. Order your..
https://www.hackerrank.com/challenges/placements/problem?isFullScreen=true Placements | HackerRank Write a query to output the names of those students whose best friends got offered a higher salary than them. www.hackerrank.com [문제] You are given three tables: Students, Friends and Packages. Students contains two columns: ID and Name. Friends contains two columns: ID and Friend_ID (ID of the ONL..