일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 데이터분석
- SQLite
- PostgreSQL
- airflow 설치
- 다중 JOIN
- SQL
- hackerrank
- Oracle
- solvesql
- TRUNCATE
- 그로스해킹
- Round
- not in
- airflow.cfg
- SUM
- seaborn
- matplotlib
- 전처리
- Limit
- 결측값
- GROUPBY
- MySQL
- 데이터리안 웨비나
- having
- pandas
- 데이터시각화
- 프로그래머스
- 머신러닝
- 파이썬
- join
- Today
- Total
목록SQL (63)
Milky's note
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/neXtT/btrwbfzRkDZ/QbjBqBQ2nVXUtvbBGApHFk/img.png)
https://www.hackerrank.com/challenges/the-pads/problem?isFullScreen=true The PADS | HackerRank Query the name and abbreviated occupation for each person in OCCUPATIONS. www.hackerrank.com [문제] Generate the following two result sets: Query an alphabetically ordered list of all names in OCCUPATIONS, immediately followed by the first letter of each profession as a parenthetical (i.e.: enclosed in p..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/b5KdSh/btrwfbYnlZY/TAxbLM3rFamjXdTE6lqPK0/img.png)
https://www.hackerrank.com/challenges/what-type-of-triangle/problem?isFullScreen=true Type of Triangle | HackerRank Query a triangle's type based on its side lengths. www.hackerrank.com [문제] Write a query identifying the type of each record in the TRIANGLES table using its three side lengths. Output one of the following statements for each record in the table: Equilateral: It's a triangle with s..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/ohsrm/btrwhU2qMZL/04GaysYIxUV5yJX2x2Keg0/img.png)
https://www.hackerrank.com/challenges/salary-of-employees/problem?isFullScreen=true Employee Salaries | HackerRank Print the names of employees who earn more than $2000 per month and have worked at the company for less than 10 months. www.hackerrank.com [문제] Write a query that prints a list of employee names (i.e.: the name attribute) for employees in Employee having a salary greater than $2000 ..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/crRcrM/btrwiwGOb3G/JgkPkmZjbuAbx1LvDKVxNK/img.png)
https://www.hackerrank.com/challenges/name-of-employees/problem?isFullScreen=true Employee Names | HackerRank Print employee names. www.hackerrank.com [문제] Write a query that prints a list of employee names (i.e.: the name attribute) from the Employee table in alphabetical order. Input Format The Employee table containing employee data for a company is described as follows: where employee_id is ..