Question: In the Working with Microsoft Access Exercises in Chapter 1 and Chapter 2, you created a database for Wedgewood Pacific (WP) of Seattle, Washington. In

 In the "Working with Microsoft Access" Exercises in Chapter 1 and

In the "Working with Microsoft Access" Exercises in Chapter 1 and Chapter 2, you created a database for Wedgewood Pacific (WP) of Seattle, Washington. In this set of exercises, you'll: - Create and run queries against the database by using Access SQL - Create and run queries against the database by using Access QBE. - Create tables and relationships by using Access SQL. - Populate tables by using Access SQL. 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-NH where the At sign is replaced by the letter designator of the question. For example, the first query will be saved as SQLQuery-WAE-3-1-A. A. What projects are in the PROJECT table? Show all information for each project. B. What are the ProjectID, ProjectName, StartDate, and EndDate values of projects in the PROJECT table? C. What projects in the PROJECT table started before August 1, 2019? Show all the information for each project. D. What projects in the PROJECT table have not been completed? Show all the information for each project. E. Who are the employees assigned to each project? Show ProjectID, EmployeeNumber, LastName, FirstName, and OfficePhone. F. Who are the employees assigned to each project? Show ProjectID. ProjectName, and Department. Show EmployeeNumber, LastName, FirstName, and OfficePhone. G. 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. H. Who are the employees assigned to projects run by the Sales and Marketing department? Show ProjectID, Project Name, Department, and DepartmentPhone. Show EmployeeNumber, LastName, FirstName, and OfficePhone. Sort by ProjectID in ascending order. I. How many projects are being run by the Sales and Marketing department? Be sure to assign an appropriate column name to the computed results. J. 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. K. 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. L. 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!