College Pal
Connecting to a pal for your paper
  • Home
  • Place Order
  • My Account
    • Register
    • Login
  • Confidentiality Policy
  • Samples
  • How It Works
  • Guarantees

Sms or Whatsapp only : US:+12403895520

 

email: [email protected]
February 13, 2023

Your job at the Chicago Health Inspection Agency has been fun and challenging. You have been making daily updates to the Agency’s database with the help of your boss, Anne

computer science

Home>Homework Answsers>Computer Science homework help

Exp19_Access_Ch09_HOEAssessment – Food Inspections 1.0

  

Project Description:

Your job at the Chicago Health Inspection Agency has been fun and challenging. You have been making daily updates to the Agency's database with the help of your boss, Anne Serdifone. The database tables may already be normalized; however, you need to examine the tables to verify this. Based on your understanding of the rules of normalization, you decide to recommend some design changes to the database.

     

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

 

Anne has asked you to review the   table structure to see if any changes should be made. You decide to apply the   rules of normalization to the Inspections table.
 

  Open the Inspections table in   Datasheet view. Look for repeating groups in the Inspections table. The   Violation field has multiple values separated by bars. This qualifies as a   repeating group. This information has been added to a new table and will be   removed from this table. For simplicity’s sake, the information for   inspection violations has been preloaded to a table called Violations, so   removing the Violation field from the Inspections table is required to   conform to 1NF.
 

  Switch to Design view. Click the row selector   for the Violation field and click Delete   on the Home tab in the Records group. Click Yes when asked for confirmation, and switch to Datasheet view.   Click Yes when prompted to save.

 

After you remove the Violation   field, you will examine the Inspections table and convert to second normal   form. Examine the Inspections table and notice there are multiple Inspections   with Dominick Cortez as the Business Owner.
 

  Switch to Design view for the Inspections table. Business Owner is determined   by Business ID and are attributes of the business, not a specific inspection.   Fields will need to be removed to satisfy 2NF. In a real-world scenario, you   would need to create a separate table for this information, but the   Businesses table is provided so you do not have to perform data entry.
 

  Examine the Inspections table. Click the row   selector for the Business Owner field and click Delete in the Records group of the Home tab, clicking Yes in response to the warning.
  You deleted this field because it is not functionally dependent on the entire   primary key. Save the Inspections table. Switch to Datasheet view.

 

The final step to improve the   Agency’s Inspections table is to convert to third normal form: The value of a   non-key field cannot be functionally dependent on the value of another   non-key field.
 

  Look for any non-key field values in the Inspections table that are   functionally dependent on another non-key field value. Facility Type ID   (non-key) is functionally dependent on Business ID (non-key). If you know the   Business ID, you can determine the Facility Type ID, which will help you   determine the Facility Type. A table named Facility Types already exists.
 

  Switch to Design view in the Inspections table. Delete the Facility Type ID field, clicking Yes in response to all warnings you   receive. You delete the Facility Type ID field because it is functionally   dependent on the Business ID field and therefore is not allowed in the   Inspections table. Normally, this would then require you to set up a new   table, but as you already have a Facility Types table, you can simply delete   the Facility Type ID field. Note that this may not always be the case.
 

  Switch to Datasheet view, saving the table. The table now meets 3NF criteria.   Close the Inspections table.

 

You will now create   relationships for the tables in the database. Due to the changes you made to   the design, you will add relationships to ensure the database functions   correctly.
 

  Click the Database Tools tab and   click Relationships in the   Relationships group to show the Relationships window. Click Show Table. Click each table and click Add. Once you have added all five tables, click Close to close the Show Table dialog   box.

 

Drag the Inspection Type ID field from the Inspection Types table to the   Inspection Type ID field in the Inspections table. The Inspection Types and   Inspections tables are related by the common Inspection Type ID field. Select   the Enforce Referential Integrity   and Cascade Update Related Fields   options. Click Create to create   this relationship.

 

Repeat the steps to connect the   Businesses and Inspections tables via the Business ID field.

 

Repeat the steps to connect the   Businesses and Facility Types tables via the Facility Type ID field.
 

  You may also notice the Inspections and Violations tables are not yet linked.   You are leaving these tables unlinked intentionally as you want to discuss   the contents with your supervisor.
 

  Save the relationships and close the Relationships window.

 

Select the Inspections table, and create a basic report using the Report   tool. Save the report as Inspections Report. Close the report.

 

Select the Violations table and create a report using the Report tool. Save   the report as Violations Report. Close the report.

 

Click the Create tab and click Navigation   in the Forms group. Select the Horizontal   Tabs option. A new Horizontal Tabs navigation form displays. Drag the Inspections Report from the   Navigation Pane to [Add New].

 

 

Add Business Report, Facility   Types Report, Inspections Types   Report, and Violations Report,   in that order to the navigation form.

 

Switch to Form View and click each tab to test the form. Save the   navigation form with the default name and close the form.

 

To simplify the look and   functionality of the database, you will hide the Navigation Pane and set the   Navigation Form to open automatically when the database is opened.
 

  Click the File tab, click Options, and in the Access Options   dialog box, click Current Database.   Scroll to the Navigation section of the dialog box and deselect Display Navigation Pane. The   Navigation Pane will now be hidden from view.
 

  In the Navigation Options, click the arrow next to Display Form: and select the newly created Navigation Form. Click OK   to close the dialog box. Click OK.
 

  The Navigation Form will now display upon opening the database. Save and   close the database. Re-open the database to test the changes. The Navigation   Form should display upon opening the database and the Navigation Pane should   not be visible.

 

Save the database. Close the   database, and then exit Access. Submit the database as directed.

  • attachment

    EX19_AC_CH09_GRADER_HOE_AS_Instructions.docx

  • attachment

    Azeez_EX19_AC_CH09_GRADER_HOE_AS.zip

Grader – Instructions Access 2019 Project

Exp19_Access_Ch09_HOEAssessment – Food Inspections 1.0

Project Description:

Your job at the Chicago Health Inspection Agency has been fun and challenging. You have been making daily updates to the Agency's database with the help of your boss, Anne Serdifone. The database tables may already be normalized; however, you need to examine the tables to verify this. Based on your understanding of the rules of normalization, you decide to recommend some design changes to the database.

Steps to Perform:

Step

Instructions

Points Possible

1

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

0

2

Anne has asked you to review the table structure to see if any changes should be made. You decide to apply the rules of normalization to the Inspections table. Open the Inspections table in Datasheet view. Look for repeating groups in the Inspections table. The Violation field has multiple values separated by bars. This qualifies as a repeating group. This information has been added to a new table and will be removed from this table. For simplicity’s sake, the information for inspection violations has been preloaded to a table called Violations, so removing the Violation field from the Inspections table is required to conform to 1NF. Switch to Design view. Click the row selector for the Violation field and click Delete on the Home tab in the Records group. Click Yes when asked for confirmation, and switch to Datasheet view. Click Yes when prompted to save.

15

3

After you remove the Violation field, you will examine the Inspections table and convert to second normal form. Examine the Inspections table and notice there are multiple Inspections with Dominick Cortez as the Business Owner. Switch to Design view for the Inspections table. Business Owner is determined by Business ID and are attributes of the business, not a specific inspection. Fields will need to be removed to satisfy 2NF. In a real-world scenario, you would need to create a separate table for this information, but the Businesses table is provided so you do not have to perform data entry. Examine the Inspections table. Click the row selector for the Business Owner field and click Delete in the Records group of the Home tab, clicking Yes in response to the warning. You deleted this field because it is not functionally dependent on the entire primary key. Save the Inspections table. Switch to Datasheet view.

11

4

The final step to improve the Agency’s Inspections table is to convert to third normal form: The value of a non-key field cannot be functionally dependent on the value of another non-key field. Look for any non-key field values in the Inspections table that are functionally dependent on another non-key field value. Facility Type ID (non-key) is functionally dependent on Business ID (non-key). If you know the Business ID, you can determine the Facility Type ID, which will help you determine the Facility Type. A table named Facility Types already exists. Switch to Design view in the Inspections table. Delete the Facility Type ID field, clicking Yes in response to all warnings you receive. You delete the Facility Type ID field because it is functionally dependent on the Business ID field and therefore is not allowed in the Inspections table. Normally, this would then require you to set up a new table, but as you already have a Facility Types table, you can simply delete the Facility Type ID field. Note that this may not always be the case. Switch to Datasheet view, saving the table. The table now meets 3NF criteria. Close the Inspections table.

11

5

You will now create relationships for the tables in the database. Due to the changes you made to the design, you will add relationships to ensure the database functions correctly. Click the Database Tools tab and click Relationships in the Relationships group to show the Relationships window. Click Show Table. Click each table and click Add. Once you have added all five tables, click Close to close the Show Table dialog box.

0

6

Drag the Inspection Type ID field from the Inspection Types table to the Inspection Type ID field in the Inspections table. The Inspection Types and Inspections tables are related by the common Inspection Type ID field. Select the Enforce Referential Integrity and Cascade Update Related Fields options. Click Create to create this relationship.

7

7

Repeat the steps to connect the Businesses and Inspections tables via the Business ID field.

7

8

Repeat the steps to connect the Businesses and Facility Types tables via the Facility Type ID field. You may also notice the Inspections and Violations tables are not yet linked. You are leaving these tables unlinked intentionally as you want to discuss the contents with your supervisor. Save the relationships and close the Relationships window.

7

9

Select the Inspections table, and create a basic report using the Report tool. Save the report as Inspections Report. Close the report.

4

10

Select the Violations table and create a report using the Report tool. Save the report as Violations Report. Close the report.

4

11

Click the Create tab and click Navigation in the Forms group. Select the Horizontal Tabs option. A new Horizontal Tabs navigation form displays. Drag the Inspections Report from the Navigation Pane to [Add New].

6

12

Add Business Report, Facility Types Report, Inspections Types Report, and Violations Report, in that order to the navigation form.

16

13

Switch to Form View and click each tab to test the form. Save the navigation form with the default name and close the form.

5

14

To simplify the look and functionality of the database, you will hide the Navigation Pane and set the Navigation Form to open automatically when the database is opened. Click the File tab, click Options, and in the Access Options dialog box, click Current Database. Scroll to the Navigation section of the dialog box and deselect Display Navigation Pane. The Navigation Pane will now be hidden from view. In the Navigation Options, click the arrow next to Display Form: and select the newly created Navigation Form. Click OK to close the dialog box. Click OK. The Navigation Form will now display upon opening the database. Save and close the database. Re-open the database to test the changes. The Navigation Form should display upon opening the database and the Navigation Pane should not be visible.

7

15

Save the database. Close the database, and then exit Access. Submit the database as directed.

0

Total Points

100

Created On: 03/25/2020 1 Exp19_Access_Ch09_HOEAssessment – Food Inspections 1.0

,

EX19_AC_CH09_GRADER_HOE_AS_Instructions.docx

Grader – Instructions Access 2019 Project

Exp19_Access_Ch09_HOEAssessment – Food Inspections 1.0

Project Description:

Your job at the Chicago Health Inspection Agency has been fun and challenging. You have been making daily updates to the Agency's database with the help of your boss, Anne Serdifone. The database tables may already be normalized; however, you need to examine the tables to verify this. Based on your understanding of the rules of normalization, you decide to recommend some design changes to the database.

Steps to Perform:

Step

Instructions

Points Possible

1

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

0

2

Anne has asked you to review the table structure to see if any changes should be made. You decide to apply the rules of normalization to the Inspections table. Open the Inspections table in Datasheet view. Look for repeating groups in the Inspections table. The Violation field has multiple values separated by bars. This qualifies as a repeating group. This information has been added to a new table and will be removed from this table. For simplicity’s sake, the information for inspection violations has been preloaded to a table called Violations, so removing the Violation field from the Inspections table is required to conform to 1NF. Switch to Design view. Click the row selector for the Violation field and click Delete on the Home tab in the Records group. Click Yes when asked for confirmation, and switch to Datasheet view. Click Yes when prompted to save.

15

3

After you remove the Violation field, you will examine the Inspections table and convert to second normal form. Examine the Inspections table and notice there are multiple Inspections with Dominick Cortez as the Business Owner. Switch to Design view for the Inspections table. Business Owner is determined by Business ID and are attributes of the business, not a specific inspection. Fields will need to be removed to satisfy 2NF. In a real-world scenario, you would need to create a separate table for this information, but the Businesses table is provided so you do not have to perform data entry. Examine the Inspections table. Click the row selector for the Business Owner field and click Delete in the Records group of the Home tab, clicking Yes in response to the warning. You deleted this field because it is not functionally dependent on the entire primary key. Save the Inspections table. Switch to Datasheet view.

11

4

The final step to improve the Agency’s Inspections table is to convert to third normal form: The value of a non-key field cannot be functionally dependent on the value of another non-key field. Look for any non-key field values in the Inspections table that are functionally dependent on another non-key field value. Facility Type ID (non-key) is functionally dependent on Business ID (non-key). If you know the Business ID, you can determine the Facility Type ID, which will help you determine the Facility Type. A table named Facility Types already exists. Switch to Design view in the Inspections table. Delete the Facility Type ID field, clicking Yes in response to all warnings you receive. You delete the Facility Type ID field because it is functionally dependent on the Business ID field and therefore is not allowed in the Inspections table. Normally, this would then require you to set up a new table, but as you already have a Facility Types table, you can simply delete the Facility Type ID field. Note that this may not always be the case. Switch to Datasheet view, saving the table. The table now meets 3NF criteria. Close the Inspections table.

11

5

You will now create relationships for the tables in the database. Due to the changes you made to the design, you will add relationships to ensure the database functions correctly. Click the Database Tools tab and click Relationships in the Relationships group to show the Relationships window. Click Show Table. Click each table and click Add. Once you have added all five tables, click Close to close the Show Table dialog box.

0

6

Drag the Inspection Type ID field from the Inspection Types table to the Inspection Type ID field in the Inspections table. The Inspection Types and Inspections tables are related by the common Inspection Type ID field. Select the Enforce Referential Integrity and Cascade Update Related Fields options. Click Create to create this relationship.

7

7

Repeat the steps to connect the Businesses and Inspections tables via the Business ID field.

7

8

Repeat the steps to connect the Businesses and Facility Types tables via the Facility Type ID field. You may also notice the Inspections and Violations tables are not yet linked. You are leaving these tables unlinked intentionally as you want to discuss the contents with your supervisor. Save the relationships and close the Relationships window.

7

9

Select the Inspections table, and create a basic report using the Report tool. Save the report as Inspections Report. Close the report.

4

10

Select the Violations table and create a report using the Report tool. Save the report as Violations Report. Close the report.

4

11

Click the Create tab and click Navigation in the Forms group. Select the Horizontal Tabs option. A new Horizontal Tabs navigation form displays. Drag the Inspections Report from the Navigation Pane to [Add New].

6

12

Add Business Report, Facility Types Report, Inspections Types Report, and Violations Report, in that order to the navigation form.

16

13

Switch to Form View and click each tab to test the form. Save the navigation form with the default name and close the form.

5

14

To simplify the look and functionality of the database, you will hide the Navigation Pane and set the Navigation Form to open automatically when the database is opened. Click the File tab, click Options, and in the Access Options dialog box, click Current Database. Scroll to the Navigation section of the dialog box and deselect Display Navigation Pane. The Navigation Pane will now be hidden from view. In the Navigation Options, click the arrow next to Display Form: and select the newly created Navigation Form. Click OK to close the dialog box. Click OK. The Navigation Form will now display upon opening the database. Save and close the database. Re-open the database to test the changes. The Navigation Form should display upon opening the database and the Navigation Pane should not be visible.

7

15

Save the database. Close the database, and then exit Access. Submit the database as directed.

0

Total Points

100

Created On: 03/25/2020 1 Exp19_Access_Ch09_HOEAssessment – Food Inspections 1.0

Azeez_Exp19_Access_Ch09_HOEAssessment_Food_Inspections.accdb

Collepals.com Plagiarism Free Papers

Are you looking for custom essay writing service or even dissertation writing services? Just request for our write my paper service, and we'll match you with the best essay writer in your subject! With an exceptional team of professional academic experts in a wide range of subjects, we can guarantee you an unrivaled quality of custom-written papers.

Get ZERO PLAGIARISM, HUMAN WRITTEN ESSAYS

Why Hire Collepals.com writers to do your paper?

Quality- We are experienced and have access to ample research materials.

We write plagiarism Free Content

Confidential- We never share or sell your personal information to third parties.

Support-Chat with us today! We are always waiting to answer all your questions.

In class today, you were asked to find research articles that explore your approved research question.For this assignment, follow directions CAREFULLY:? Step 1:?download The American Community Survey of New York data describe a family’s economic, housing, and demographic information such as yearly incomes, family type (married, female head

Related Posts

computer science

Herb’s Concoction and Martha’s Dilemma: The Case of the Deadly Fertilizer Martha Wang worked in the Consumer Affairs Department of a company cal

computer science

Write a professional development plan to explain your pursuit and achievement of one professional development opportunity. At a minimum, the paper should

computer science

This section should grab the reader’s attention to the problem you want to look into – try and note why the information might be important. Wou

Why Choose Us

Best Essay Writing Services- Get Quality Homework Essay Paper at Discounted Prices

At the risk of sounding immodest, we must point out that we have an elite team of writers. Ours isn’t a collection of individuals who are good at searching for information on the Internet and then conveniently re-writing the information obtained to barely beat Plagiarism Software. Who can’t do that?

Our writers have strong academic backgrounds with regards to their areas of writing. A paper on History will only be handled by a writer who is trained in that field. A paper on health care can only be dealt with by a writer qualified on matters health care. Thesis papers will only be handled by Masters’ Degree holders while Dissertations will strictly be handled by PhD holders. With such a system, you needn’t worry about the quality of work. Quality isn’t just an option, it is the only option. We don’t just employ writers, we hire professionals.

We have writers spread into all fields including but not limited to Philosophy, Economics, Business, Medicine, Nursing, Education, Technology, Tourism and Travels, Leadership, History, Poverty, Marketing, Climate Change, Social Justice, Chemistry, Mathematics, Literature, Accounting and Political Science.

Our writers are also well trained to follow client instructions as well adhere to various writing conventional writing structures as per the demand of specific articles.

They are also well versed with citation styles such as APA, MLA, Chicago, Harvard, and Oxford which come handy during the preparation of academic papers.

They also have unrivalled skill in writing language be it UK English or USA English considering that they are native English speakers. You also needn’t worry about logical flow of thought, sentence structure as well as proper use of phrases.

Our writers are also not the kind to decorate articles with unnecessary filler words. We respect your money and most importantly your trust in us. In writing, we will be precise and to the point and fill the paper with content as opposed to words aimed at beating the word count.

Our shift-system also ensures that you get fresh writers each time you send a job. This helps overcome occupational hazards brought about by fatigue. Hence, quality will consistently be at the top.

From our writers, you expect; good quality work, friendly service, timely deliveries, and adherence to client’s demands and specifications.

Once you’ve submitted your writing requests, you can go take a stroll while waiting for our all-star team of writers and editors to submit top quality work.

How Our Website Works

Get an Essay from Us

College Essays is the biggest affiliate and testbank for WriteDen. We hire writers from all over the world with an aim to give the best essays to our clients.

Our writers will help you write all your homework. They will write your papers from scratch. We also have a team of editors who read each paper from our writers just to make sure all papers are of HIGH QUALITY & PLAGIARISM FREE.

Step 1
To make an Order you only need to click ORDER NOW and we will direct you to our Order Page. Then fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline. Deadline range from 6 hours to 30 days.

Step 2
Once done with writing your paper we will upload it to your account on our website and also forward a copy to your email.

Step 3
Upon receiving your paper, review it and if any changes are needed contact us immediately. We offer unlimited revisions at no extra cost.

Is it Safe to use our services?
We never resell papers on this site. Meaning after your purchase you will get an original copy of your assignment and you have all the rights to use the paper.

Pricing and Discounts
Our price ranges from $8-$14 per page. If you are short of Budget, contact our Live Support for a Discount Code. All new clients are eligible for 20% off in their first Order. Our payment method is safe and secure.
Please note we do not have prewritten answers. We need some time to prepare a perfect essay for you.

Recent Posts

  • Diverse Learns in Elementary
  • Cluster Analysis Problem
  • Building a Resume
  • DeSigning a Nursing Informatics Project for Your Organization
  • Creating a Skill Development Plan
College Pal

All Rights Reserved Terms and Conditions
College pals.com Privacy Policy 2010-2018

Business ID Business Name Business Owner Facility Type ID Address City State Zip mSysRowId
B001 81ST AND RACINE CITGO INC. Annie Malone F001 8106 S RACINE AVE CHICAGO IL 60620.0 cHjReWQKZGURvcBEAVHhys4qN1nyUxST5jsBUBlLDc4=-~S5scStE2RAgs3sT56VzLAQ==
B002 BABA'S FAMOUS STEAK Josephine Brooks F003 5360 W DIVISION ST CHICAGO IL 60651.0 cHjReWQKZGURvcBEAVHhys4qN1nyUxST5jsBUBlLDc4=-~S5scStE2RAgs3sT56VzLAQ==
B003 BAR RAMONE Lance Wallace F003 441 N CLARK ST CHICAGO IL 60654.0 cHjReWQKZGURvcBEAVHhys4qN1nyUxST5jsBUBlLDc4=-~S5scStE2RAgs3sT56VzLAQ==
B004 BONITA'S RESTAURANT INC Ethel Baker F003 4138 W ARMITAGE AVE CHICAGO IL 60639.0