Answered step by step
Verified Expert Solution
Question
1 Approved Answer
This exercise is based on the tables shown in the figure from the Adventure Works2008 database. These tables can be found on the SQL server
This exercise is based on the tables shown in the figure from the Adventure Works2008 database. These tables can be found on the SQL server via remote desktop. Department (Huma 9 DepartmentID Name GroupName ModifiedDate EmployeeDepartment History (Hu 9 BusinessEnttyID DepartmentID ShiftID StartDate EndDate ModifiedDate 8 EmployeePay History o Employee (HumanResources) BusinessEntityID Business EntityID RateChangeDate NationalIDNumber Rate LoginID PayFrequency OrganizationNode ModifiedDate OrganizationLevel Job Title BirthDate Marital Status Gender HireDate Please write the SQL statements to answer the following questions. 10. Google and learn about the SQL functions Datepart and Datename. Use this function to show the number of employees hired by day of the week 1 2 3 4 weekday number of hires 1 42 2 42 3 31 4 47 5 43 5 6 6 49 7 7 36 Or 1 2 3 weekday Friday Monday Saturday Sunday Thursday Tuesday Wednesday number of hires 49 42 36 42 43 31 4 5 6 7 47
Step 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