Use HR database (Sample tables and data are in DatabaseHR.pdf file). Write a query that shows: department name, the numb
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Use HR database (Sample tables and data are in DatabaseHR.pdf file). Write a query that shows: department name, the numb
Use HR database (Sample tables and data are in DatabaseHR.pdffile). Write a query that shows: department name, the number ofemployees in each department (include departments with 0employees), min, max, and average salary for all the departments inthe database. Then use UNION ALL toappend at the end text: Totals and the total number of employees,average, min, and max salary for the entire company.