A database has a table named Employees. Use it to answer the questions below
Employee
Write an SQL statement that would:
(i) Count all the employees
(ii) Calculate the average salary of all employees
(iii) Calculate the total salary for all employees;
iv)Display all records for employees whose salary is less or equal to the average salary of all employees.