Given the Access database DealCo.accdb in the attachment (I populated some records in these tables for you already), you are asked to create the following 4 queries.

1. Find out who the managers are and how much they earn. Name your query as qryManagerSalary. Your query should return the table below: see image.

2. Who are the managers who run a store with over 1 million YTD sales. Name and save your query as qryManagerStoreOver1M. Your query should return the table below: see image.

3. Which store has the largest YTD sales. Name and save your query as qryStoreWithLargestSales. Your query should return the table below. see image.

4. Find out the total payroll for each store and the headcount. Name and save your query as qryTotalSalaryPerStore. Your query should return the table below. see image.

5. When you are done, save the database with the original name and submit it in Blackboard.

Note: Queries 3 and 4 are on the so-called aggregate functions (or in Access, they call them Summaries). The function you will be using in Query 3 is Max( ). I use Sum( ) and Count ( ) in Query 4. Google search and see if you can find some answers that you understand and implement them. In the result of query 4, the heading on the last column is named Num_of_Employees. It is an example showing you that column name can be named anything (more descriptive) rather than the cryptic column name in the schema. In 2 ACCESS, you simply type: Num_of_Employees:The_original_column_name in the column heading. Did you see the colon : between the two labels?

Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.