only expmen
7/26/2021 Integrated Report
https://openvellum.ecollege.com/course.html?courseId=16793454&OpenVellumHMAC=93f6c628f05cb91c374e67e6356a864d#10203 1/4
Score Card Detail
Total Score: 50%
Earned Points: 50pts
Possible Points: 100pts
Step Instruction Earned Possible
1 0 0
2 0 8
0 2.5
0 2.5
0 3
3 0 8
0 6
Start Access. Open the downloaded Access file named Exp19_Access_Ch6_Cap_Northwind. Grader has automatically added your last name to the beginning of the filename. Save the file to the location where you are storing your files.
Using a select query, you will identify all of the products with a category of meat or poultry, and then use an update query to increase the prices of the products.
Create a select query that includes the CategoryID from the Categories table and the UnitPrice and ProductName fields from the Products table (in that order). Run the query and note the CategoryID for Meat/Poultry.
Query (Update Meat/Poultry Prices) was not detected in the submission. Engine reported the failure as ‘The field 'UnitPrice' from 'Products' table was not added in the query.'
Query (Update Meat/Poultry Prices) was not detected in the submission. Engine reported the failure as ‘The field 'CategoryID' from 'Categories' table was not added in the query.'
Query (Update Meat/Poultry Prices) was not detected in the submission. Engine reported the failure as 'The query 'Update Meat/Poultry Prices' was not added in the database.'
Add the appropriate CategoryID criterion to limit the query output to only Meat/Poultry. Convert the query to an update query. Update the UnitPrice for Meat/Poultry only by increasing it by 6 percent.
Query (Update Meat/Poultry Prices) was not detected in the submission. Engine reported the failure as ‘The UnitPrice field in query 'Update Meat/Poultry Prices' was not updated by increasing it by 6 percent.'
7/26/2021 Integrated Report
https://openvellum.ecollege.com/course.html?courseId=16793454&OpenVellumHMAC=93f6c628f05cb91c374e67e6356a864d#10203 2/4
0 2
4 0 10
0 2
0 8
5 9 9
6 4 6
0 2
4 4
7 0 7
0 2
Query (Update Meat/Poultry Prices) was not detected in the submission. Engine reported the failure as ‘The criteria for 'CategoryID' field in query 'Update Meat/Poultry Prices' was not to '6'.'
View the query in Datasheet view prior to running it to make sure you are updating the correct (four) records. Return to Design view and run the query. Save the query as Update Meat/Poultry Prices. Close the query.
Query (Update Meat/Poultry Prices) was not detected in the submission. Engine reported the failure as ‘The name of the query was not to 'Update Meat/Poultry Prices'.'
The UnitPrice was not updated to increase it by 6 percent for the Meat/Poultry records in the table 'Products'.
You will identify orders shipped during the first half of the year and create a new table in which to store them. You will then delete the orders from the current orders table.
Create a select query that identifies all of the orders shipped Between 1/1/2020 and 3/31/2020. Include all fields from the Orders table.
Convert the select query to a make table query. Name the new table Orders Archive. Run the query. Save the query as Make Orders Archive Table. Close the query.
Table (Orders Archive) was not detected in the submission. Engine reported the failure as 'The table 'Orders Archive' was not added in the database.'
Other action(s) in this instruction were performed and scored correctly.
Make a copy of the Make Orders Archive Table query and save it as Append Orders Archive Table. Open the Append Orders Archive Table query in Design view. Convert the make table query to an append query. The query will append to the Orders Archive table.
Query (Append Orders Archive Table) was not detected in the submission. Engine reported the failure as ‘The name of the query was not set to 'Append Orders Archive Table'.'
7/26/2021 Integrated Report
https://openvellum.ecollege.com/course.html?courseId=16793454&OpenVellumHMAC=93f6c628f05cb91c374e67e6356a864d#10203 3/4
0 2
0 3
8 0 6
0 3
0 3
9 0 2
0 2
10 6 6
11 4 8
0 4
4 4
Query (Append Orders Archive Table) was not detected in the submission. Engine reported the failure as ‘In the query 'Append Orders Archive Table', the 'type' was not to 'Append'.'
Query (Append Orders Archive Table) was not detected in the submission. Engine reported the failure as 'The query 'Append Orders Archive Table' was not added in the database.'
Modify the criteria to append orders shipped Between 4/1/2020 and 6/30/2020. Run the query, save it, and then close it.
Table (Orders Archive) was not detected in the submission. Engine reported the failure as ‘In the query 'Append Orders Archive Table', the 'record count' was not '6'.'
Query (Append Orders Archive Table) was not detected in the submission. Engine reported the failure as ‘For the Query 'Append Orders Archive Table', the criteria was not set to display for ShippedDate 'between 4/1/2020 and 6/30/2020'.'
Open the Orders Archive table in Design view and set OrderID as the primary key field. Switch to Datasheet view, then save and close the table.
Table (Orders Archive) was not detected in the submission. Engine reported the failure as ‘In the table 'Orders Archive', the 'OrderID' field was not to 'primary key'.'
Make a copy of the Append Orders Archive Table query and save it as Delete Archived Orders. Open the Delete Archived Orders query in Design view. Convert the append query to a delete query.
Modify the criteria to delete all archived orders from the Orders table (six records). Run, save, and then close the query.
For the Query 'Delete Archived Orders', the criteria was not set to display for ShippedDate 'between 1/1/2020 and 6/30/2020'.
Other action(s) in this instruction were performed and scored correctly.
7/26/2021 Integrated Report
https://openvellum.ecollege.com/course.html?courseId=16793454&OpenVellumHMAC=93f6c628f05cb91c374e67e6356a864d#10203 4/4
12 4 4
13 8 8
14 6 6
15 9 12
0 3
9 9
16 0 0
You want to determine how sales are performing with respect to each product category. You will create a crosstab query that displays quantities by category and salesperson.
Open the Profit query in Design view and add the LastName field from the Employees table to the last column of the design grid. Run, save, and close the query.
Use the query wizard to create a crosstab query based on the Profit query that sums the total Quantity by Ship Country (row heading) and CategoryName (column heading). Accept the query name as Profit_Crosstab.
Modify the query to display CategoryName as the row heading field and LastName as the column heading field. Run, save, and close the query.
You will create a query to determine which customers have no matching orders. The customers will be contacted to determine if they would like to place an order.
Create a query to find out if any of the customers have no current order details. Add all of the fields from the Customers table to the results. Save the query as Customers With No Orders. Run the query and close it.
For the 'Customers With No Orders' query, the criteria was not set to find out if any of the customers have no current order details.
Other action(s) in this instruction were performed and scored correctly.
Close all database objects. Close the database and then exit Access. Submit the database as directed.