Top Earners

  • + 0 comments
    MySQL

    `SELECT months * salary AS earnings, COUNT(*) FROM Employee GROUP BY earnings ORDER BY earnings DESC LIMIT 1;