Skip to content

SQL Interview Question 75 || #sql #oracle #mysql #coding #interview #shorts #reels @SekharAcademy1

SQL Interview Question 75 || #sql #oracle #mysql #coding #interview #shorts #reels @SekharAcademy1

Write a SQL query to find the average salary of employees for each department from the “Employee_Details” table.

Table Name – Employee

Query ::
SELECT Department, AVG(Salary) AS AverageSalary
FROM Employee_Details
GROUP BY Department;

SELECT * FROM Employee_Details;

@SekharAcademy

#sql
#sqlqueries
#mysql
#oracle
#learning
#interview
#programming
#database
#education
#sqlinterview
#interviewquestions

Leave a Reply

Your email address will not be published. Required fields are marked *