일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- clustering
- 웹페이지
- 크롤링
- colab runtime
- to shp
- Merge Repositories
- 플라스크
- 파이썬
- 2164 카드2
- plotly dash
- 인스타그램
- Crawling
- 해시태그
- geoDataFrame
- 백준
- 코랩 런타임
- 알고리즘
- Selenium
- kmeans
- 괄호 문제
- geopandas
- Chat-GPT
- string to list
- NLP
- convert to shp
- python buildpacks
- 셀레니움
- flask
- Python
- 혁신성장부문
Archives
- Today
- Total
코딩코딩코딩
[HackerRank] Employee Salaries 본문
Answer
SELECT name
FROM employee
WHERE salary >= 2000 AND months < 10
ORDER BY employee_id;
'MySQL > Problem Solving' 카테고리의 다른 글
[HackerRank] Weather Observation Station 15 (0) | 2022.01.11 |
---|---|
[HackerRank] Higher Than 75 Marks (0) | 2022.01.10 |
[HackerRank] Employee Names (0) | 2022.01.10 |
[HackerRank] Weather Observation Station 12 (0) | 2022.01.09 |
[HackerRank] Weather Observation Station 11 (0) | 2022.01.09 |
Comments