Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Construct a normalized physical database model to represent the ordering process for Nora's Bagel Bin by doing the following: 1. Complete the second

Construct a normalized physical database model to represent the ordering process for Nora's Bagel Bin by doing the following:

 

 

1.  Complete the second normal form (2NF) section of the attached "Nora's Bagel Bin Database Blueprints" document by doing the following:

a.  Assign each attribute from the 1NF table into the correct 2NF table.

b.  Describe the relationship between the two pairs of 2NF tables by indicating their cardinality in each of the dotted cells: one-to-one (1:1), one-to-many (1:M), many-to-one (M:1), or many-to-many (M:M).

 

Note: Cardinality is read left to right and top to bottom, and the preferred method of notation is crow's foot.

 

c.  Explain how you assigned attributes to the 2NF tables and determined the cardinality of the relationships between your 2NF tables.

2.  Complete the third normal form (3NF) section of the attached "Nora's Bagel Bin Database Blueprints" document by doing the following:

a.  Assign each attribute from your 2NF "Bagel Order" table into one of the new 3NF tables. Copy all other information from your 2NF diagram into the 3NF diagram.

b.  Provide each 3NF table with a name that reflects its contents.

c.  Create a new field that will be used as a key linking the two 3NF tables you named in part A2b. Ensure that your primary key (PK) and foreign key (FK) fields are in the correct locations in the 3NF diagram.

d.  Describe the relationships between the 3NF tables by indicating their cardinality in each of the dotted cells: one-to-one (1:1), one-to-many (1:M), many-to-one (M:1), or many-to-many (M:M).

 

Note: Cardinality is read left to right and top to bottom, and the preferred method of notation is crow's foot.

 

e.  Explain how you assigned attributes to the 3NF tables and determined the cardinality of the relationships between your 3NF tables.

3.  Complete the "Final Physical Database Model" section of the attached "Nora's Bagel Bin Database Blueprints" document by doing the following:

a.  Copy the table names and cardinality information from your 3NF diagram into the "Final Physical Database Model" and rename the attributes.

b.  Assign one of the following five data types to each attribute in your 3NF tables: CHAR(), VARCHAR(), TIMESTAMP, INTEGER, or NUMERIC(). Each data type must be used at least once.

 

B.  Create a database using the attached "Jaunty Coffee Co. ERD" by doing the following:

1.  Develop SQL code to create each table as specified in the attached "Jaunty Coffee Co. ERD" by doing the following:

a.  Provide the SQL code you wrote to create all the tables.

b.  Demonstrate that you tested your code by providing a screenshot showing your SQL commands and the database server's response.

2.  Develop SQL code to populate each table in the database design document by doing the following:

 

Note: This data is not provided. You will be fabricating the data for this step.

 

a.  Provide the SQL code you wrote to populate the tables with at least three rows of data in each table.

b.  Demonstrate that you tested your code by providing a screenshot showing your SQL commands and the database server's response.

3.  Develop SQL code to create a view by doing the following: 

a.  Provide the SQL code you wrote to create your view. The view should show all of the information from the "Employee" table but concatenate each employee's first and last name, formatted with a space between the first and last name, into a new attribute called employee_full_name.

b.  Demonstrate that you tested your code by providing a screenshot showing your SQL commands and the database server's response.

4.  Develop SQL code to create an index on the coffee_name field by doing the following:

a.  Provide the SQL code you wrote to create your index on the coffee_name field from the "Coffee" table.

b.  Demonstrate that you tested your code by providing a screenshot showing your SQL commands and the database server's response.

5.  Develop SQL code to create an SFW (SELECT-FROM-WHERE) query for any of your tables or views by doing the following: 

a.  Provide the SQL code you wrote to create your SFW query.

b.  Demonstrate that you tested your code by providing a screenshot showing your SQL commands and the database server's response.

6.  Develop SQL code to create a query by doing the following:

a.  Provide the SQL code you wrote to create your table joins query. The query should join together three different tables and include attributes from all three tables in its output.

b.  Demonstrate that you tested your code by providing a screenshot showing your SQL commands and the database server's response.

 

C.  Submit parts A and B as a PDF, with each part clearly labeled.

 

D.  Demonstrate professional communication in the content and presentation of your submission.

Step by Step Solution

3.47 Rating (173 Votes )

There are 3 Steps involved in it

Step: 1

Solution Part A Noras Bagel Bin Database 2NF Table Names Customer Bagel Bagel Order Cardinality Table 1 Table 2 Cardinality Customer Bagel Order Onetomany 1M Bagel Bagel Order Manytomany MM Attribute ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Accounting Information System

Authors: James A. Hall

7th Edition

978-1439078570, 1439078572

More Books

Students also viewed these Databases questions

Question

Repeat Problem 8 for a disk of uniform surface charge density s.

Answered: 1 week ago

Question

Give one example of an error that a check digit control detects.

Answered: 1 week ago