일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- NLP
- Chat-GPT
- geopandas
- 크롤링
- to shp
- 2164 카드2
- 플라스크
- 혁신성장부문
- python buildpacks
- Crawling
- plotly dash
- 해시태그
- Selenium
- geoDataFrame
- Merge Repositories
- convert to shp
- colab runtime
- kmeans
- string to list
- 괄호 문제
- 백준
- 웹페이지
- Python
- 파이썬
- 알고리즘
- 인스타그램
- clustering
- flask
- 셀레니움
- 코랩 런타임
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 |