Question: WA.3.1 Using Access SQL, create and run queries to answer the questions that follow. Save each query using the query name format SQLQuery-WAE-3-1-## where the
WA.3.1 Using Access SQL, create and run queries to answer the questions that follow. Save each query using the query name format SQLQuery-WAE-3-1-## where the ## sign is replaced by the letter designator of the question. For example, the first query will be saved as SQLQuery-WAE-3-1-A.
-
What projects are in the WP PROJECT table? Show all information for each project.
-
What are the ProjectID, ProjectName, StartDate, and EndDate values of projects in the WP PROJECT table?
-
What projects in the WP PROJECT table started before August 1, 2019? Show all the information for each project.
-
What projects in the WP PROJECT table have not been completed? Show all the information for each project.
-
Who are the employees assigned to each project? Show ProjectID, EmployeeNumber, LastName, FirstName, and OfficePhone.
-
Who are the employees assigned to each project? Show ProjectID, ProjectName, and Department. Show EmployeeNumber, LastName, FirstName, and OfficePhone.
-
Who are the employees assigned to each project? Show ProjectID, ProjectName, Department, and DepartmentPhone. Show EmployeeNumber, LastName, FirstName, and OfficePhone. Sort by ProjectID in ascending order.
-
Who are the employees assigned to projects run by the Sales and Marketing department? Show ProjectID, ProjectName, Department, and DepartmentPhone. Show EmployeeNumber, LastName, FirstName, and OfficePhone. Sort by ProjectID in ascending order.
-
How many projects are being run by the Sales and Marketing department? Be sure to assign an appropriate column name to the computed results.
-
What is the total MaxHours of projects being run by the Sales and Marketing department? Be sure to assign an appropriate column name to the computed results.
-
What is the average MaxHours of projects being run by the Sales and Marketing department? Be sure to assign an appropriate column name to the computed results.
-
How many projects are being run by each department? Be sure to display each DepartmentName and to assign an appropriate column name to the computed results.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
