Consider the tables: Employee(emp_id, name, dept_id, salary) and Department(dept_id, dept_name).Which SQL query correctly finds the department name with the highest average salary?