Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Management has asked to see a list of all job titles and the average number of vacation hours accumulated by employees with each job title.
Management has asked to see a list of all job titles and the average number of vacation hours accumulated by employees with each job title. This will assist in planning what types of temporary help may be needed while regular employees are on vacation.
Based on the query and results 1-67 in the screenshot below, what analysis can be drawn about AdventureWork's business, and what recommendation should management be provided based on these results?
Query1.sql = ML...0127student (57)) ISELECT JobTitle, FORMAT (AVG(VacationHours), '\#, \#\#') As AverageVacationHours FRon HumanResources. Employee GROUP BY JobTitle ORDER BY AVG(VacationHours) DESC FSELECT JobTitle, FORMAT (AVG(VacationHours), '\#,\#\#') AsAverageVacationHours FROM HumanResources. Employee GROUP BY JobTitle ORDER BY AVG(VacationHours) DESC FSELECT JobTitle, FORMAT (AVG(VacationHours), '\#,\#\#') AsAverageVacationHours FROM HumanResources. Employee GROUP BY JobTitle ORDER BY AVG(VacationHours) DESC Query1.sql - ML...0127,student (577)X ESELECT JobTitle, FORMAT(AVG(Vacationhours), '\#,\#\#' ) As AverageVacationHours FROM HurranResources , Employee GROUP BY JobTitle ORDER BY AVG(VacationHours) DesC FSELECT JobTitle, FORMAT (AVG(VacationHours), '\#,\#\#') AsAverageVacationHours FROM HumanResources. Employee GROUP BY JobTitle ORDER BY AVG(VacationHours) DESCStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started