Write a PL/SQ block to do the following:
Select the average salary of all employees in department number 20.
If the average salary is less than 5000, then increase the salary of all employees in that Department by 10% (using an UPDATE command). If the average salary is greater than 5000, then display the message ‘No action needs to be taken'.