Question: Write an SQL statement to create a view named ProjectHoursToDateView that shows the values of PROJECT.ProjectID, PROJECT.Name as ProjectName, PROJECT.MaxHours as ProjectMaxHour and the sum
Write an SQL statement to create a view named ProjectHoursToDateView that shows the values of PROJECT.ProjectID, PROJECT.Name as ProjectName, PROJECT.MaxHours as ProjectMaxHour and the sum of ASSIGNMENT.HoursWorked as ProjectHoursWorkedToDate. Run this statement, and then test the view with an SQL SELECT statement.
Step by Step Solution
3.53 Rating (163 Votes )
There are 3 Steps involved in it
For Microsoft Access Create and save the query below as ProjectHoursToDateView Cr... View full answer
Get step-by-step solutions from verified subject matter experts
