manuel joseph

manuel joseph

  • 1.6k
  • 156
  • 209.6k

Find sql salary

Jul 20 2012 1:33 PM

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 (1)