You are viewing a single comment's thread. Return to all comments →
SELECT months * salary AS ganhos, COUNT(*) AS total FROM Employee GROUP BY months * salary HAVING ganhos = (SELECT MAX(months * salary) FROM Employee)
Seems like cookies are disabled on this browser, please enable them to open this website
I agree to HackerRank's Terms of Service and Privacy Policy.
Top Earners
You are viewing a single comment's thread. Return to all comments →