Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 스터디
- LeetCode
- 서평
- git
- java
- If
- 2020년 정보처리기사 4회
- hackerrank
- Python
- 필기
- 코드숨
- sqldeveloper
- 2020년 일정
- 회고
- 주간회고
- 2020년 제4회 정보처리기사 필기 문제 분석
- jsp
- 책리뷰
- 항해99
- Til
- Jackson
- Real MySQL
- 함수형 코딩
- 미니프로젝트
- 알고리즘
- algorithms
- 뇌정리
- post
- 정보처리기사
- 성적프로그램
Archives
- Today
- Total
목록top earners (1)
조컴퓨터
hackerrank Top Earners
1) salary * months = earnings 1-1) SELECT *, salary * months AS earnings FROM Employee 1-2) SELECT salary * months AS earnings FROM Employee GROUP BY earnings 1-3) SELECT salary * months AS earnings FROM Employee GROUP BY earnings ORDER BY earnings 1-4) SELECT salary * months AS earnings FROM Employee GROUP BY earnings ORDER BY earnings DESC 1-5) SELECT salary * months AS earnings FROM Employee ..
HackerRank/SQL
2021. 1. 17. 16:24