일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- airflow 설치
- 머신러닝
- hackerrank
- not in
- Limit
- 그로스해킹
- 데이터시각화
- airflow.cfg
- having
- 다중 JOIN
- 데이터분석
- matplotlib
- SUM
- 프로그래머스
- Round
- seaborn
- 데이터리안 웨비나
- MySQL
- SQL
- 파이썬
- GROUPBY
- TRUNCATE
- SQLite
- PostgreSQL
- solvesql
- 전처리
- join
- 결측값
- Oracle
- pandas
- Today
- Total
목록분류 전체보기 (128)
Milky's note
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 ..
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 ..
https://www.hackerrank.com/challenges/more-than-75-marks/problem?isFullScreen=true Higher Than 75 Marks | HackerRank Query the names of students scoring higher than 75 Marks. Sort the output by the LAST three characters of each name. www.hackerrank.com [문제] Query the Name of any student in STUDENTS who scored higher than Marks. Order your output by the last three characters of each name. If two ..
https://www.hackerrank.com/challenges/weather-observation-station-12/problem?isFullScreen=true Weather Observation Station 12 | HackerRank Query an alphabetically ordered list of CITY names not starting and ending with vowels. www.hackerrank.com [문제] Query the list of CITY names from STATION that do not start with vowels and do not end with vowels. Your result cannot contain duplicates. Input Fo..