- Published on
Hackerrank - Top Earners solution
- Authors
- Name
- Imran Pollob
- Website
- @pollmix
Solution one:
select months*salary as e,count(*) from employee group by e order by e desc limit 1;
select months*salary as e,count(*) from employee group by e order by e desc limit 1;