Posted on August 19, 2020 Description Submission SELECT CEIL(AVG(SALARY) - AVG(REPLACE(SALARY, '0', ''))) FROM EMPLOYEES; References https://stackoverflow.com/questions/35613341/removing-zeros-from-number/35613382 By Bill0412 HackerRank SQL