EMP(e_no, ename,DOJ,salary,dept_code)
DEPT(dept_code, dept_name)
Write query to Find the Maximum salary of each department.