답변 2
0
If more than one student created the same number of challenges and the count is less than the maximum number of challenges created, then exclude those students from the result.
이 부분 쿼리에서 Having count(*)=1 이 왜 그런지 물어보시는 거 같은데 만약에 이걸 물어보신거라면 같은 수의 챌린지 수를 가진 학생은 다 제외하는 거라 반대로 같은 수의 챌린지 수가 없는 결과를 찾기 위해서 Having count(*)=1 을 사용한거라고 강의에서 설명해 주시네요!
0