SQL Interview Question 128 || #sql #mysql #shorts #shots #reels #interviewquestion @SekharAcademy1

# Question-128:
Write an SQL query to find the designation and total salary paid for each employee designation, from the “Employee_Details” table.’

SQL Query ::
SELECT Designation, SUM(Salary)
FROM Employee_Details
GROUP BY Designation;

SELECT * FROM Employee_Details;

@SekharAcademy1

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