Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Tables in an Electronics Store A fairly large local electronics store contracts with you to develop a database system for them. Your first task is

Tables in an Electronics Store

A fairly large local electronics store contracts with you to develop a database system for them. Your first task is to design a table for the store's employees.

Even many of the most experienced designers "sketch" a design on paper before they start creating the database in electronic form.

Please "sketch" an employee table (basically what data items or columns should be included in the table) using the template below as a model.

The CEO of the store tells you that the following information must come from the table.

  1. List/display of all employees showing social security number, first and last name, address, city, state and zip code, birth date, full-time or part-time status, salary (hourly rate) and date of hire.
  2. The total number of employees.
  3. List/display of all employees making more than a certain hourly rate, say $20 per hour.
  4. List/display of all employees hired within a time period, say last year.

"Template" for Employee Table

Employee Table

image text in transcribed

Part I This is your assignment:The data items that belong in a table are a function of the information that must come out of the table. Therefore, the determining factor is the information requirements that have been given to you.

  1. Enter the names of the attributes in the column headings in row one that you believe should be included in this table. In doing this, you are actually designing the table.
  2. Go to Part II below and continue the assignment.

HINTS for Part I:

  1. Your only concern for the Employee Table is row one.
  2. The first column of the table is the Primary Key (social security number). This has been filled in to give you a start.
  3. Match what's in your table to the information requirements to make certain all data has been included.
  4. Totals that are derived from the table through computation do not have to be carried in the table.

Part II (Required)

Your work is so good that the electronics store contracts with you to do additional work for them. Your next task is to design two more tables that are related to each other. These tables are the Customer Table and the Sales Order Table.

The Customer Table contains the basic data on each customer, and the primary key is the customer number. There is one row for each customer.

The Sales Order Table contains the data for each sale. The primary key consists of two pieces of data: sales order number and customer number. There can be one or more sales orders for a customer, but only one customer on a sales order.

Use the templates below to design the two tables.

"Templates" for Table Design

image text in transcribed

Case Assignment

Entity-Relationship Modeling

  1. Fill in the column headings in row one of each table (Customer, Employee, and Sales Order) with the data items (attributes) you believe belong in the table.
  2. Draw an ER diagram for the three tables: Customer, Employee, and Sales Order. Suppose the Sales Order Table also contains information for an employee who makes a sale. If you have an ERD drawing tool such as Visio, you could draw the diagram using the tool and copy it into your document. You could also draw it on paper, scan it, and insert it into your document. If you cant do either of the above, you could write down the table schemata and describe the relationships among them.
  3. Submit the document. Make certain the table title, course number, and module and Case ID are on the work you submit.
  4. Describe the major points you learned in the readings especially on entity relationship modeling and what lessons you have learned in this exercise. (at least half a page).

Please note that you will need to study the background materials for your assignment.

Assignment Expectations

You are required to:

  • Design tables based on domain requirements.
  • Represent database design using ERD.
  • Communicate effectively with the readers of your report.
Social Security Number Customer Table Sales Order Table Social Security Number Customer Table Sales Order Table

Step by Step Solution

There are 3 Steps involved in it

Step: 1

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

Relational Database Design With Microcomputer Applications

Authors: Glenn A. Jackson

1st Edition

0137718411, 978-0137718412

More Books

Students also viewed these Databases questions

Question

Differentiate the function. r(z) = 2-8 - 21/2 r'(z) =

Answered: 1 week ago