Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[김대겸] Step3 PR #485

Merged
merged 1 commit into from Dec 21, 2022
Merged

[김대겸] Step3 PR #485

merged 1 commit into from Dec 21, 2022

Conversation

Gyeom
Copy link

@Gyeom Gyeom commented Dec 21, 2022

안녕하세요 리뷰어님 :)

3단계 쿼리최적화 리뷰 요청드립니다.

이번 미션은 성능 효율이 중요했기 때문에, query condition부분에 신경을 써서 작성했습니다.

감사합니다.

Copy link

@heowc heowc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

빠르게 3단계를 진행해주셨네요 👍

다음 단계를 진행해주세요 💯

@@ -91,6 +91,21 @@ npm run dev

- 활동중인(Active) 부서의 현재 부서관리자 중 연봉 상위 5위안에 드는 사람들이 최근에 각 지역별로 언제 퇴실했는지 조회해보세요. (사원번호, 이름, 연봉, 직급명, 지역, 입출입구분, 입출입시간)

```sql
select ranker.employee_id as '사원번호', ranker.last_name as '이름', ranker.annual_income as '연봉', ranker.annual_income as '직급명', r.time as '입출입시간', r.region as '지역', r.record_symbol as '입출입구분'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

스크린샷 2022-12-22 오전 8 27 14

잘 작성해주셧습니다 👍

@heowc heowc merged commit 95f413e into next-step:gyeom Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants