Tags
- Django
- DB
- update
- drf
- 백트래킹
- SQL
- Vue
- migrations
- Queue
- create
- M:N
- Article & User
- 쟝고
- distinct
- Tree
- outer join
- 트리
- count
- 그리디
- ORM
- 완전검색
- 이진트리
- regexp
- N:1
- 통계학
- 스택
- 뷰
- stack
- delete
- 큐
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Notice
Recent Posts
Link
데이터 분석 기술 블로그
Employee Salaries _ Easy. HackerRank 본문



Solution
SELECT name
FROM Employee
WHERE salary > 2000 AND months < 10
ORDER BY employee_id ASC;'SQL > 문제풀이' 카테고리의 다른 글
| Type of Triangle _ Easy. HackerRank (0) | 2024.10.21 |
|---|---|
| Find Followers Count _ Easy. LeetCode (0) | 2024.10.20 |
| Classes More Than 5 Students _ Easy. LeetCode (0) | 2024.10.18 |
| Employee Names _ Easy. HackerRank (0) | 2024.10.17 |
| User Activity for the Past 30 Days I _ Easy. LeetCode * (0) | 2024.10.16 |