The part thats giving me the most trouble is showing how much greater by is the salary I don't know how to do it
This is the code I have write down atm for the tutor's salary which is greater than the average just need to show how much greater by :
SELECT tName, Salary
FROM Tutor
WHERE salary > (SELECT avg(Salary) FROM Tutor;