3
Answers

Find sql salary

manuel joseph

manuel joseph

12y
1.8k
1

There are two tables with the columns shown in brackets.

a. Employee(emp_id,emp_name,emp_salary,emp_dept_id)
b.Department(dept_id,dept_name)


Write a SQL to show the total salary for each department




Answers (3)
Next Recommended Forum