Top Competitors | HackerRank Top Competitors | HackerRank Query a list of top-scoring hackers. www.hackerrank.com mysql 해커랭크 hackerrank top competitors inner join할 때 difficulty 파트는 submissions가 아닌 challenges와 difficulty의 difficulty_level로 묶고 where 절을 s.score과 d.score로 묶는 게 중요한 파트라고 생각된다 select H.hacker_id, H.name from Submissions S inner join Challenges C on S.challenge_id = C.challenge_id inner..