Vishad Patelvishad.hashnode.devยทJul 16, 2024Find Average SalaryProblem Statement: Write a query to find the average salary of the employees for each department. Save the new average salary as 'Average_salary'. Return the columns 'department_id', 'department_name', and 'Average_salary'. Return the result order...SQL Problems & Solution with Different ApproachSQLAdd a thoughtful commentNo comments yetBe the first to start the conversation.