You are viewing a single comment's thread. Return to all comments →
SQL Server Solution,
SELECT CEILING(AVG(Salary-REPLACE(Salary,'0',''))+0.0000000001) FROM EMPLOYEES;
Seems like cookies are disabled on this browser, please enable them to open this website
The Blunder
You are viewing a single comment's thread. Return to all comments →
SQL Server Solution,