50_SQL_Questions_Master_SQL
50_SQL_Questions_Master_SQL
15. Retrieve employees who earn more than the average salary.
19. Get department names and their employee count using JOIN.
29. Get the salary difference between each employee and department average.
33. List employees who have not been assigned any project.
43. Find employees who are the only one in their department.
44. Write a query using CASE to label salaries as 'High', 'Medium', 'Low'.
50. Write a query to find the running average of sales for each day.