Grader Project: Access Chapter 3 Capstone – Brilton Madley Games

  Follow the instructional steps to finish the project (point values can also be seen using the link below). 

Save Time On Research and Writing
Hire a Pro to Write You a 100% Plagiarism-Free Paper.
Get My Paper

1. Start Access. Open the downloaded Access file named Exp19_Access_Ch03_Cap_Brilton_Madley_Games.accdb. Grader has automatically added your last name to the beginning of the filename. 

2. Create a query using Query Design. From the Customers table, include the fields FirstName, LastName, and Phone (in that order). From the Orders table, include the fields OrderID, OrderDate, and ShippedDate (in that order). Run the query and then examine the records. Save the query as Shipping Efficiency. 

3. Add a calculated field named DaysToShip to calculate the number of days taken to fill each order. (Hint: the expression will include the OrderDate and ShippedDate fields; the results will not contain negative numbers.) Run the query and then examine the results. Save the query. 

4. Add criteria to limit the query results to include any order that took more than 30 days to ship. 

Save Time On Research and Writing
Hire a Pro to Write You a 100% Plagiarism-Free Paper.
Get My Paper

5. Add the Quantity field from the Orders table and the ProductName field from the Products table to the query (in that order). Sort the query by ascending LastName. 

6. Add the caption Days to Ship to the DaysToShip field. Switch to Datasheet view to view the final results. Save and close the query. 

7. Create a query using Query Design and add the Customers, Orders, and Products tables. Add the Country field from the Customers table. Set the field’s Total row to Group By. Save the query as Revenue and Cost by Country. 

8. Add a calculated field in the second column. Name the field TotalRevenue. This field should multiply the quantity ordered (from the Orders table) by the unit price for that item (from the Products table). Format the calculated field as Currency and change the caption to Total Revenue. Change the Total row for the TotalRevenue field to Sum. 

9. Add a calculated field in the third column. Name the field TotalCost. The field should multiple the quantity ordered (from the Orders table) by the unit cost for that item (from the Products table). Format the calculated field as Currency and add a caption of Total Cost. Change the Total row to Sum. Run the query. Save the query. Return to Design view. 

10. Add the OrderDate field and criteria to that field so that only orders made between 7/1/2018 and 12/31/2018 are displayed. Change the Total row to Where. This expression will display only orders that were completed during the second half of 2018. Run the query and view the results. Save and close the query. 

11. Create a copy of the Revenue and Cost by Country query named Customer Payments. Switch to Design view of the new query and remove the Country, TotalCost, and OrderDate fields. Add the FirstName and LastName fields. Move the TotalRevenue field to the end. Rename the TotalRevenue field to OrderTotal. Change the caption to Order Total. 

12. Add a new field using the Expression Builder named SamplePayment. Insert the Pmt function with the following parameters:
• Use .05/12 for the rate argument (5% interest, paid monthly)
• Use the number 12 for the num_periods argument (12 months)
• Use the calculated field OrderTotal for the present_value
• Use 0 for both future_value and type 

13. Change the Total row to Expression for the SamplePayment field. Change the Format for the SamplePayment field to Currency. Run the query and verify the second order(with LastName Sparks) has a sample payment of $26.80. Note: it will display as a negative number. Save and close the query. 

14. Create a copy of the Revenue and Cost by Country query named Revenue by Sales Rep. Switch to Design view of the new query and remove the entire Customers table, the TotalCost, and OrderDate fields. Add the Sales Reps table. Add the Title field from the Sales Reps table and move it to the front of the TotalRevenue field. 

15. Run the query and then examine the summary records; there should be 4 Titles listed. Switch to Design view and change the sort order so that the title with the highest TotalRevenue is first and the title with the lowest TotalRevenue is last. Run the query and verify the results. Save and close the query. 

16. Close all database objects. Close the database and then exit Access. Submit the database as directed. 

Grader – Instructions Access

2

0

1

9

Project

Exp19_Access_Ch0

3

_Cap – Brilton Madley Games 1.0

Project Description:

Brilton Madley, a board game manufacturer, hired a new CEO. She asked for your assistance in providing summaries of data that took place before she started with the company. To help her with her strategic planning, you will create queries to perform data analysis. Based on your meeting, you plan on creating four queries. One query will find orders with minor delays. Another query will summarize company revenue and cost by country. A third query will be used to help evaluate payments made by customers on their orders. The final query will calculate the total sales by sales representative title.

Steps to Perform:

5

5

5

5

4

10

10

10

11

5

10

10

5

5

0

Step

Instructions

Points Possible

1

Start Access. Open the downloaded Access file named Exp19_Access_Ch03_Cap_Brilton_Madley_Games.accdb. Grader has automatically added your last name to the beginning of the filename.

0
2

Create a query using Query Design. From the Customers table, include the fields FirstName, LastName, and Phone (in that order). From the Orders table, include the fields OrderID, OrderDate, and ShippedDate (in that order). Run the query and then examine the records. Save the query as Shipping Efficiency.

5

3

Add a calculated field named DaysToShip to calculate the number of days taken to fill each order. (Hint: the expression will include the OrderDate and ShippedDate fields; the results will not contain negative numbers.) Run the query and then examine the results. Save the query.

10

4

Add criteria to limit the query results to include any order that took more than 30 days to ship.

Add the Quantity field from the Orders table and the ProductName field from the Products table to the query (in that order). Sort the query by ascending LastName.

6

Add the caption Days to Ship to the DaysToShip field. Switch to Datasheet view to view the final results. Save and close the query.

7

Create a query using Query Design and add the Customers, Orders, and Products tables. Add the Country field from the Customers table. Set the field’s Total row to Group By. Save the query as Revenue and Cost by Country.

8

Add a calculated field in the second column. Name the field TotalRevenue. This field should multiply the quantity ordered (from the Orders table) by the unit price for that item (from the Products table). Format the calculated field as Currency and change the caption to Total Revenue. Change the Total row for the TotalRevenue field to Sum.

9

Add a calculated field in the third column. Name the field TotalCost. The field should multiple the quantity ordered (from the Orders table) by the unit cost for that item (from the Products table). Format the calculated field as Currency and add a caption of Total Cost. Change the Total row to Sum. Run the query. Save the query. Return to Design view.

11

Add the OrderDate field and criteria to that field so that only orders made between 7/1/2018 and

12

/31/2018 are displayed. Change the Total row to Where. This expression will display only orders that were completed during the second half of 2018. Run the query and view the results. Save and close the query.

Create a copy of the Revenue and Cost by Country query named Customer Payments. Switch to Design view of the new query and remove the Country, TotalCost, and OrderDate fields. Add the FirstName and LastName fields. Move the TotalRevenue field to the end. Rename the TotalRevenue field to OrderTotal. Change the caption to Order Total.

12

Add a new field using the Expression Builder named SamplePayment. Insert the Pmt function with the following parameters:
• Use .05/12 for the rate argument (5% interest, paid monthly)
• Use the number 12 for the num_periods argument (12 months)
• Use the calculated field OrderTotal for the present_value
• Use 0 for both future_value and type

13

Change the Total row to Expression for the SamplePayment field. Change the Format for the SamplePayment field to Currency. Run the query and verify the second order(with LastName Sparks) has a sample payment of $26.80. Note: it will display as a negative number. Save and close the query.

14

Create a copy of the Revenue and Cost by Country query named Revenue by Sales Rep. Switch to Design view of the new query and remove the entire Customers table, the TotalCost, and OrderDate fields. Add the Sales Reps table. Add the Title field from the Sales Reps table and move it to the front of the TotalRevenue field.

15

Run the query and then examine the summary records; there should be 4 Titles listed. Switch to Design view and change the sort order so that the title with the highest TotalRevenue is first and the title with the lowest TotalRevenue is last. Run the query and verify the results. Save and close the query.

16

Close all database objects. Close the database and then exit Access. Submit the database as directed.

Total Points

100

Created On: 07/11/2019 1 Exp19_Access_Ch03_Cap – Brilton Madley Games 1.0

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

Andorra

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

er

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

Niue

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

le

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

28568318E9

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

Zuienkerke

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

65132416E9

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

g

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

Hunt

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

Uriel

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

Togo

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

tessa

Chan

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

Pitcairn Islands

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

Togo

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

Cocos (Keeling) Islands

EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==

Customer

ID FirstName LastName StreetLine City Zip Country Phone mSysRowId
C00

1 Charde Lowe 9784 Dolor. St. Montbliart 6128 Chad 5.552960424E9 EnTw9uE4Hp80aZBxPdWQxIt0Vt57+QnNf44vsBwcGdQ=-~Hjc4/uyE32TpZEdZ+ffJ/Q==
C002 Marsden Hensley 531-2109 Mauris Av. Frasnes-lez-Gosselies 9624 CX Andorra 9.151696441E9
C003 Nayda Booker 444-8349 Feugiat. St. Vrasene B7E 9R4 1.317621594E9
C004 Caldwell White P.O. Box 965, 8557 Dictum Rd. Wellingborough 58-226 Burkina Faso 5.559288279E9
C005 Bevis Hunt Ap #461-4132 Malesuada Rd. Terzorio 43-610 Niue 5.731139218E9
C006 Basil Bennett Ap #830-632 Ornare Avenue Chesapeake 33307 Mozambique 5.555395022E9
C007 Neville Blair Ap #514-5118 Penatibus St. Nieuwmunster 9398 5.558335706E9
C008 Rebekah Mueller Ap #195-472 Est Ave San Pietro al Tanagro 123 Sweden 5.556979675E9
C009 Germane Morse 1480 Facilisis Ave Gambolò 930165 Chile 6.157049667E9
C010 Roary Meyer 3614 Risus. Av. Duncan 39856 Viet Nam 5.552483434E9
C011 Holly Donovan Ap #477-7404 Adipiscing St. Fallais 73825 Northern Mariana Islands 8.738660656E9
C012 Samantha Jackson P.O. Box 419, 737 Nisi Avenue Aguacaliente (San Francisco) 864982 Tajikistan 4.902409091E9
C013 Uriel Hardin 8441 Magna. Road Arsoli 93069-678 Togo 2.926781947E9
C014 Kenneth Horton 303-2627 Risus. Av. Huara 98028-135 Solomon Islands 7.899704572E9
C015 Shea Acevedo Ap #360-4369 Nisl. Avenue Zuienkerke 5946 Russian Federation 4.0
C016 Faith Brady P.O. Box 151, 4369 Nullam Avenue Marystown RP99 5SY Latvia 5.553039351E9
C017 Halla Carlson 469-8892 Nisl Street Ananindeua 80499 Wallis and Futuna 9.942827805E9
C018 Malik Mcdonald P.O. Box 246, 462 Iaculis, Rd. 2731 Ukraine 9.492767969E9
C019 Mason Jones 5492 Nonummy Ave Warspite 98988 Pakistan 2.0
C020 Tate Chan P.O. Box 631, 5482 Duis Avenue Eschwege 60671 Uruguay 7.111592261E9
C021 Paul P.O. Box 938, 2769 Sed Rd. Shipshaw 612216 France 5.557616709E9
C022 Herrod Dorsey 8827 Curabitur Ave Ife 94509 Kuwait 6.146923061E9
C023 Quentin Case 4967 Elit. Rd. Gistel 46197 Cocos (Keeling) Islands 5.551971756E9
C024 Alika Gillespie 268-6337 Ac, Avenue Reno 133534 Botswana 5.555338476E9
C025 Nyssa Watson P.O. Box 281, 6487 A, Avenue Charters Towers 2579 Greece 3.814340663E9
C026 Aurora Sparks 744-5756 Auctor, Ave Sambreville UI3 8SN Serbia 1.276080592E9
C027 Deanna Cochran 9398 Risus. Street Saint-Hilarion 105719 Pitcairn Islands 4.573746678E9
C028 Norman 8923 Nisl Rd. Desamparados 71419 Norfolk Island 4.148189116E9
C029 Kiara Velazquez 918 Eu, St. Rotem 27400 5.557232593E9
C030 Violet Slater 759-8652 Non Rd. Heusden 5500 Nauru 1.807431783E9
C031 Serina Herman P.O. Box 192, 6673 Auctor Rd. Puyehue 74222 Bosnia and Herzegovina 8.352666679E9
C032 Quin Ap #371-7763 Duis St. Mariquina 1692 QO Hungary 5.556928224E9
C033 Montana Meyers P.O. Box 161, 2509 Cursus Ave Owen Sound 30-742 Bahrain 1.312928216E9
C034 Judith Mckinney Ap #449-5501 Dolor. Rd. Donstiennes 993732 Sint Maarten 6.666541308E9
C035 Hiram Marshall Ap #107-9350 Et St. Renca 87951 5.556167975E9
C036 Hakeem Gregory 6353 A, St. Bastogne H6X 8M5 Turkey 5.558251389E9
C037 Delilah Lambert 131-1177 Pharetra. Ave Qualicum Beach 46-732 Syria 6.97434074E9
C038 Judah Vaughn 307-299 Tristique Road Derby 59583 6.545399584E9
C039 Quon Rivera 9144 In Av. Rigolet 53870-849 5.554292517E9
ID mSysRowId
1

MMK8LqZoc1+a7/oOPdmt4foSdOFpr+hLNBIfCFRq+14=-~0kjv+M4pXQyDqreqdc7j8A==

mSysRowId

C024

C026

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R022 C011

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C035

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C027

1.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C004

4.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C024

11/7/19

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C020

5.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C022

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C012 P018

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C018 P017

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C038

17.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C024 P017

7.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C006 P012

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R007 C022 P002

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C022 P020

10.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C007 P019

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C036 P002

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C001 P017

6.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R037 C014 P018

10.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C030

17.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C013 P006

1.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C011

11.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R016 C002

6.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C021 P019

11.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R026 C038 P007

13.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C026 P007

14.0

0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C032 P014

15.0 ¤ 10.98

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C008 P010

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C010 P007

8.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R051 C023

11.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C016

2.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C019 P018

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R014 C002

9/6/19 13.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C032 P016

8.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R010 C006 P007

8.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C027 P016 9/7/19 10.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R044 C033 P019

2.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R012 C003

18.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R007 C028 P014

2.0 ¤ 11.39

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C038 P016

7.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R014 C033 P018

10.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R017 C005 P006

18.0

10/16/19 8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R007 C023 P013

13.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R002 C018 P012

16.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C010 P009

3.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R032 C037 P007

6.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C021

2.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C001 P016

12.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C021 P009

7.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R039 C002 P018 4/24/19 14.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C030 P009

15.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R038 C020 P007

1.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C030 P011

17.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C024 P007

5.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C037 P016

17.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R025 C010 P016

13.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R006 C005 P011 11/17/18 11.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C019 P014

14.0

4/12/19 8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R049 C025 P012

6.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C016 P017

13.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R014 C027 P007

15.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C036 P013

7.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R059 C031 P008 8/2/18 9.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R026 C034 P004

10.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R042 C009 P011

5.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R005 C025 P006

8.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C002 P013 2/17/18 14.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R049 C003 P018

18.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C037 P009

11.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R022 C020 P007

18.0 ¤ 2.59 4/22/19 8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R045 C015 P019

7.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R017 C033 P016 10/27/19 10.0

12/7/19 8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C037 P003

2.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C007 P019

2.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R036 C014 P005

2.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R059 C014 P009

2.0

7/25/18 8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R008 C031 P014 3/25/19 11.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R028 C002 P017

4.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C002 P020

10.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R016 C001 P014

3.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R003 C016 P004

16.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R018 C006 P003 4/9/19 13.0

4/26/19 8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R007 C018 P018

6.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R006 C034 P008

8.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R007 C012 P002

1.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R054 C037 P016

10.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R060 C023 P006

3.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R004 C001 P011

8.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R021 C013 P011

14.0

7/14/19 8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C022 P005

11.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R039 C013 P013

7.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R060 C012 P019

1.0

11/10/18 8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R038 C009 P002

11.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R028 C013

16.0

4/18/18 8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C015 P003

7.0

1/11/20 8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R002 C016 P012

8.0

3/8/18 8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

R060 C012 P016

11.0

8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

C030 P018 2/21/18 3.0

2/24/18 8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==

OrderID RepID CustomerID ProductID OrderDate Quantity ShippingCost ShippedDate
O001 R051 P010 1/27/19 1

1.0 ¤ 11.91 2/17/19 8RI1EXtnJOi6zKVNZOuB4udoC8LH+zNioo6oR3Rw9Mg=-~DIFVlD6kte46eqqwuJmZSw==
O002 R022 P008 10/22/19 1

7.0 ¤ 11.95 11/7/19
O003 P019 2/23/18 1

5.0 ¤ 10.98 3/26/18
O004 R010 P018 1/30/18 1

3.0 ¤ 8.13 2/14/18
O005 R030 P002 1/6/19 ¤ 8.99 1/17/19
O006 R053 P017 10/12/19 ¤ 9.50 10/16/19
O007 R032 P007 17.0 ¤ 12.20 12/4/19
O008 R055 P012 7/25/18 ¤ 12.44 7/29/18
O009 R028 P016 2/17/18 8.0 ¤ 2.51 2/26/18
O010 R017 9/11/18 1

6.0 ¤ 4.96 10/19/18
O011 R037 1/13/18 11.0 ¤ 9.55 2/8/18
O012 R002 P014 8/14/19 ¤ 4.95 9/2/19
O013 R007 10/23/18 ¤ 3.48 11/27/18
O014 R049 9/2/18 14.0 ¤ 4.28 10/12/18
O015 R026 C001 P020 8/27/19 10.0 ¤ 5.13 9/7/19
O016 11/18/18 13.0 ¤ 9.42 1/2/19
O017 R012 1/28/18 ¤ 9.66 2/19/18
O018 R045 6/28/18 15.0 ¤ 3.71 8/2/18
O019 R059 5/13/18 9.0 ¤ 10.39 5/22/18
O020 R016 10/1/19 ¤ 10.59 11/1/19
O021 5/2/19 ¤ 12.26 6/4/19
O022 R027 P006 11/7/18 ¤ 8.30 11/19/18
O023 R042 11/17/18 ¤ 9.54 11/22/18
O024 R005 P001 2/15/18 ¤ 3.64 3/7/18
O025 P013 12/13/19 ¤ 6.95 1/28/20
O026 R003 8/17/19 ¤ 5.03 9/6/19
O027 1/20/18 ¤ 11.39 2/6/18
O028 R048 2/5/18 ¤

12.0 3/12/18
O029 R060 3/23/19 4/22/19
O030 R044 9/22/18 18.0 ¤ 10.51 10/6/18
O031 R039 7/14/19 ¤ 8.52 8/7/19
O032 P011 3/29/19 ¤ 12.18 4/28/19
O033 R025 P009 7/4/19 ¤ 9.78 8/10/19
O034 R014 12/20/19 16.0 ¤ 2.59 1/12/20
O035 P003 ¤ 4.62 9/14/19
O036 R015 7/10/18 ¤ 9.22 8/7/18
O037 3/21/19 ¤ 4.12 3/26/19
O038 R011 ¤ 7.07 9/20/19
O039 3/16/19 ¤ 7.15 4/24/19
O040 P004 3/4/18 ¤ 2.65 3/11/18
O041 1/14/18 3/1/18
O042 R038 10/27/19 ¤ 3.00 11/17/19
O043 3/24/19 ¤ 2.67 4/26/19
O044 9/5/19 ¤ 8.00
O045 6/30/19 ¤ 11.75 7/22/19
O046 5/4/19 ¤ 10.23 5/29/19
O047 R018 8/25/18 ¤ 4.41 9/24/18
O048 5/3/19 ¤ 10.67 6/3/19
O049 R006 P005 11/24/18 ¤ 7.10 12/31/18
O050 R019 4/14/19 ¤ 7.83 5/19/19
O051 R046 9/16/18 ¤ 8.01 10/26/18
O052 ¤ 7.20 5/12/19
O053 R020 1/23/19 ¤ 6.38 3/2/19
O054 7/26/18 ¤ 3.88 8/6/18
O055 R023 4/10/19 ¤ 11.19 5/7/19
O056 R054 4/12/19 ¤ 5.58 5/13/19
O057 R008 12/10/19 ¤ 7.89 1/18/20
O058 12/28/18 ¤ 4.10 1/18/19
O059 ¤ 9.62 12/9/18
O060 R036 2/24/19 ¤ 10.86
O061 12/26/19 ¤ 8.53 1/23/20
O062 R058 9/24/19 ¤ 11.81 10/29/19
O063 4/22/18 ¤ 5.51 4/25/18
O064 R033 4/25/19 ¤ 7.77 6/1/19
O065 ¤ 8.29 8/4/18
O066 8/13/19 ¤ 3.44 8/28/19
O067 12/18/19 ¤ 6.13 1/4/20
O068 4/28/18 ¤ 12.10 6/1/18
O069 R004 ¤ 7.53 2/21/18
O070 2/1/19 ¤ 7.87 3/7/19
O071 R052 1/9/19 ¤ 11.41 1/20/19
O072 3/25/19
O073 12/7/19 ¤ 6.58 1/11/20
O074 ¤ 5.90
O075 R021 2/23/19 ¤ 11.24 3/6/19
O076 R041 10/14/18 ¤ 10.90 10/18/18
O077 7/8/19 ¤ 5.85 8/22/19
O078 6/16/18 ¤ 9.86
O079 ¤ 9.06 4/20/19
O080 3/12/19 ¤ 8.20 4/9/19
O081 R013 2/24/18 ¤ 4.29 3/8/18
O082 7/31/18 ¤ 3.97 8/5/18
O083 4/10/18 ¤ 12.45 4/18/18
O084 ¤ 12.49
O085 6/14/18 ¤ 9.05 6/26/18
O086 4/11/18 ¤ 4.97 4/14/18
O087 9/16/19 ¤ 3.03 9/29/19
O088 8/18/19 ¤ 11.33 9/4/19
O089 6/11/18 ¤ 5.23 7/16/18
O090 11/10/18 ¤ 5.46 11/30/18
O091 6/14/19 ¤ 5.61
O092 R056 10/1/18 ¤ 5.18 10/7/18
O093 10/9/19 ¤ 10.47 10/25/19
O094 10/10/18 ¤ 11.35
O095 10/16/18 ¤ 9.59 10/28/18
O096 P015 3/30/18 ¤ 9.11
O097 R035 12/11/19 ¤ 7.90
O098 2/10/18 ¤ 4.72
O099 5/5/18 ¤ 11.60 5/27/18
O100 R034 ¤ 7.51
ProductID

mSysRowId

P001

P002

K/1x9Dhv3ALwe2QmuwfzUMv0DNreZjSMjSEHF97s2SA=-~S71lIUs4o3V/jpyoVKSNHg==

P003

K/1x9Dhv3ALwe2QmuwfzUMv0DNreZjSMjSEHF97s2SA=-~S71lIUs4o3V/jpyoVKSNHg==

P004

K/1x9Dhv3ALwe2QmuwfzUMv0DNreZjSMjSEHF97s2SA=-~S71lIUs4o3V/jpyoVKSNHg==

P005

¤ 10.47

K/1x9Dhv3ALwe2QmuwfzUMv0DNreZjSMjSEHF97s2SA=-~S71lIUs4o3V/jpyoVKSNHg==

P006

K/1x9Dhv3ALwe2QmuwfzUMv0DNreZjSMjSEHF97s2SA=-~S71lIUs4o3V/jpyoVKSNHg==

P007

2015.0

K/1x9Dhv3ALwe2QmuwfzUMv0DNreZjSMjSEHF97s2SA=-~S71lIUs4o3V/jpyoVKSNHg==

P008

K/1x9Dhv3ALwe2QmuwfzUMv0DNreZjSMjSEHF97s2SA=-~S71lIUs4o3V/jpyoVKSNHg==

P009

2019.0

K/1x9Dhv3ALwe2QmuwfzUMv0DNreZjSMjSEHF97s2SA=-~S71lIUs4o3V/jpyoVKSNHg==

P010

2016.0

K/1x9Dhv3ALwe2QmuwfzUMv0DNreZjSMjSEHF97s2SA=-~S71lIUs4o3V/jpyoVKSNHg==

P011

2020.0

K/1x9Dhv3ALwe2QmuwfzUMv0DNreZjSMjSEHF97s2SA=-~S71lIUs4o3V/jpyoVKSNHg==

P012

2010.0

K/1x9Dhv3ALwe2QmuwfzUMv0DNreZjSMjSEHF97s2SA=-~S71lIUs4o3V/jpyoVKSNHg==

P013

2015.0

¤ 7.55

K/1x9Dhv3ALwe2QmuwfzUMv0DNreZjSMjSEHF97s2SA=-~S71lIUs4o3V/jpyoVKSNHg==

P014

K/1x9Dhv3ALwe2QmuwfzUMv0DNreZjSMjSEHF97s2SA=-~S71lIUs4o3V/jpyoVKSNHg==

P015

2020.0

¤ 10.02

K/1x9Dhv3ALwe2QmuwfzUMv0DNreZjSMjSEHF97s2SA=-~S71lIUs4o3V/jpyoVKSNHg==

P016

2011.0

K/1x9Dhv3ALwe2QmuwfzUMv0DNreZjSMjSEHF97s2SA=-~S71lIUs4o3V/jpyoVKSNHg==

P017

2018.0

K/1x9Dhv3ALwe2QmuwfzUMv0DNreZjSMjSEHF97s2SA=-~S71lIUs4o3V/jpyoVKSNHg==

P018

2017.0

¤ 8.10

K/1x9Dhv3ALwe2QmuwfzUMv0DNreZjSMjSEHF97s2SA=-~S71lIUs4o3V/jpyoVKSNHg==

P019

2015.0 ¤ 8.22

K/1x9Dhv3ALwe2QmuwfzUMv0DNreZjSMjSEHF97s2SA=-~S71lIUs4o3V/jpyoVKSNHg==

P020

2015.0

K/1x9Dhv3ALwe2QmuwfzUMv0DNreZjSMjSEHF97s2SA=-~S71lIUs4o3V/jpyoVKSNHg==

ProductName YearProduced CostPerUnit PricePerUnit ProfitMargin
Rat Trap 2011.0 ¤ 8.32 ¤ 8.40 0.010035033664075285 K/1x9Dhv3ALwe2QmuwfzUMv0DNreZjSMjSEHF97s2SA=-~S71lIUs4o3V/jpyoVKSNHg==
Connect Five 2019.0 ¤ 8.55 ¤ 8.44 -0.012826302699312413
Battleplane 2020.0 ¤ 6.17 ¤ 9.25 0.500657232486077
Muffin Land 2018.0 ¤ 7.67 ¤ 9.88 0.2890423956436221
The Game of Death 2010.0 ¤ 7.13 0.46783415601550904
Downwards 2015.0 ¤ 6.15 ¤ 7.99 0.29847529047520954
Iceball Island ¤ 7.27 ¤ 10.02 0.3781591985574601
Alligator Dentist 2016.0 ¤ 6.64 ¤ 10.17 0.5314466243682621
Guess Why? ¤ 8.27 ¤ 7.57 -0.08462753163160561
Strategy ¤ 8.22 ¤ 9.27 0.12830903512868067
Barrel of Apes ¤ 7.49 ¤ 8.14 0.08687392730901013
The Light Tower ¤ 7.54 ¤ 7.55 0.001369977229308695
Cross Down ¤ 6.02 0.2538979617039979
Frantic Toads 2017.0 ¤ 7.48 ¤ 9.94 0.3284859691812744
Anger! ¤ 6.84 0.4650103457633558
The Memory Game ¤ 8.02 ¤ 7.16 -0.10809250343077315
Find the Path ¤ 6.23 ¤ 8.10 0.2996454085624895
Richie Poor ¤ 5.94 0.36353649124346726
Wordwizz ¤ 8.59 0.04536767770238439
Thunderkittens ¤ 5.98 ¤ 9.24 0.5433440969422412
RepID FirstName LastName

Country mSysRowId

R002

Turkey

R003

R004

Sales Representative

R005

R006

Junior Sales Representative

Chad

R007

Senior Sales Representative

R008

Senior Sales Representative

Sales Representative

R010

Sales Representative

R011 Herrod

Junior Sales Representative

R012

Sales Representative

R013

Senior Sales Representative

R014

Sales Representative

R015

Junior Sales Representative

Tajikistan

R016 Quin

Senior Sales Representative

R017

Senior Sales Representative

R018

Junior Sales Representative

R019

Junior Sales Representative

Tajikistan

R020

Junior Sales Representative

R021

Senior Sales Representative

R022

Junior Sales Representative

R023

Senior Sales Representative

Managing Partner

R025

Senior Sales Representative

Maldives

R026

Sales Representative

R027

Junior Sales Representative

Ecuador

R028

Senior Sales Representative

Junior Sales Representative

R030

Sales Representative

Junior Sales Representative

Sao Tome and Principe

R032

Senior Sales Representative

R033

Sales Representative

R034

Sales Representative

R035

Senior Sales Representative

Syria

R036

Junior Sales Representative

R037

Managing Partner

R038

Senior Sales Representative

R039

Junior Sales Representative

Slovakia

Sales Representative

R041

Junior Sales Representative

R042

Caldwell Sales Representative

Sales Representative

Ukraine

R044

Sales Representative

Ukraine

R045

Senior Sales Representative

R046

Senior Sales Representative

United Arab Emirates

Junior Sales Representative

R048

Sales Representative

R049

Sales Representative

Honduras

Junior Sales Representative

R051

Sales Representative

Sao Tome and Principe

R052

Junior Sales Representative

R053

Senior Sales Representative

R054

Sales Representative

R055

Sales Representative

R056

Senior Sales Representative

Saint Pierre and Miquelon

Managing Partner

R058

Senior Sales Representative

R059

Junior Sales Representative

Bosnia and Herzegovina

R060 Gavin Stevens Junior Sales Representative

Hungary

Junior Sales Representative

Title Salary
R001 Shellie Mayer Junior

Sales Representative ¤ 50,589.00 Dominica
Josephine Greene Managing Partner ¤ 104,184.00
Deirdre Hays Junior Sales Representative ¤ 51,190.00 Ecuador
Lucas Davidson ¤ 35,492.00 Tuvalu
Josiah Dillard Senior Sales Representative ¤ 68,099.00 United Arab Emirates
Forrest Oliver ¤ 48,703.00
Craig Ewing ¤ 74,531.00 Aruba
Winter Higgins ¤ 62,174.00 Saint Barthélemy
R009 Tobias Walton ¤ 41,256.00 Haiti
Venus Mcpherson ¤ 40,581.00 Puerto Rico
Gonzalez ¤ 54,510.00 Brunei
Haviva Guy ¤ 43,542.00 El Salvador
Michelle Grant ¤ 65,950.00 India
Zenaida Forbes ¤ 44,280.00 Saint Lucia
Paloma Reese ¤ 48,632.00
Best ¤ 64,150.00 Falkland Islands
Tasha Simmons ¤ 66,588.00 Belarus
Nash Key ¤ 50,450.00 Marshall Islands
Ori Ellis ¤ 56,772.00
Hayfa Sullivan ¤ 47,759.00 Maldives
Maisie Davis ¤ 59,762.00 Sao Tome and Principe
Abdul Winters ¤ 52,942.00 South Georgia and The South Sandwich Islands
Carson Wooten ¤ 71,155.00 Honduras
R024 Illiana Flowers ¤ 111,089.00 Yemen
Alexis Michael ¤ 71,304.00
Zenia Lopez ¤ 40,606.00 Faroe Islands
Brittany Larsen ¤ 50,649.00
Elliott Miles ¤ 62,923.00 Peru
R029 Odessa Wolfe ¤ 55,584.00 Saudi Arabia
Teegan York ¤ 38,848.00 Cyprus
R031 Unity Bird ¤ 54,358.00
Clayton Stevens ¤ 65,801.00 Ghana
Iona Miranda ¤ 35,526.00 Mauritius
Moses Patrick ¤ 42,591.00 Central African Republic
Rowan Jenkins ¤ 64,329.00
Haley Nunez ¤ 56,513.00 Guernsey
Karly Petersen ¤ 111,181.00 San Marino
Zeph Sanford ¤ 58,129.00 Slovakia
Leonard Guerrero ¤ 53,654.00
R040 Andrew Ford ¤ 38,088.00 Nicaragua
Noble Crane ¤ 56,573.00 Cape Verde
Ian ¤ 35,307.00 Antigua and Barbuda
R043 Aileen Marks ¤ 40,014.00
Todd Barrera ¤ 40,219.00
Nissim Oneal ¤ 70,296.00 New Zealand
Justin Duke ¤ 70,209.00
R047 Jasmine Mcbride ¤ 53,237.00 Virgin Islands, United States
Devin Delgado ¤ 35,564.00 Saint Pierre and Miquelon
Riley Parks ¤ 38,053.00
R050 Jakeem Phillips ¤ 52,935.00 Japan
Leslie Strickland ¤ 37,694.00
Kieran Klein ¤ 49,175.00 Côte D’Ivoire (Ivory Coast)
Gavin Gordon ¤ 71,480.00 Sri Lanka
Xerxes Massey ¤ 44,270.00 Vanuatu
Liberty Reilly ¤ 41,479.00 Timor-Leste
Imani Moran ¤ 74,966.00
R057 Jessica Tyson ¤ 114,824.00 Albania
Wynter Wise ¤ 70,454.00 Portugal
Maia Harrison ¤ 51,458.00
¤ 52,365.00
R061 Dora Fisher ¤ 48,177.00 Brazil

Calculate your order
Pages (275 words)
Standard price: $0.00
Client Reviews
4.9
Sitejabber
4.6
Trustpilot
4.8
Our Guarantees
100% Confidentiality
Information about customers is confidential and never disclosed to third parties.
Original Writing
We complete all papers from scratch. You can get a plagiarism report.
Timely Delivery
No missed deadlines – 97% of assignments are completed in time.
Money Back
If you're confident that a writer didn't follow your order details, ask for a refund.

Calculate the price of your order

You will get a personal manager and a discount.
We'll send you the first draft for approval by at
Total price:
$0.00
Power up Your Academic Success with the
Team of Professionals. We’ve Got Your Back.
Power up Your Study Success with Experts We’ve Got Your Back.

Order your essay today and save 30% with the discount code ESSAYHELP