Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Underline every primary key, bold every foreign key, and italicize every possible candidate key for the following database. The driver_id is the driver license number,

Underline every primary key, bold every foreign key, and italicize every possible candidate key for the following database. The driver_id is the driver license number, ssno is the social security number, rental_eq_id is the unique id for a rental equipment. Any additional assumptions have to be logical and realistic without changing the problem and its assumptions.

Assumptions: An employee can be a customer, a customer has to be a US citizen, and an equipment type has the same rental period.

employee (emp_id, driver_id, ssno, name, title, address)

payrate (emp_id, date, rate)

timecard (emp_id, date, hours)

emp_benefit (emp_id, start_date, benefit_id, ssno, ending_date)

benefit (benefit_id, type, benefit_name, description, cost)

customer (cust_id, name, address, city, state, driver_id, ssno)

equipment (bar_code, eq_name)

rental_eq_id (eq_id, bar_code, acquire_date, cost, rental_fee, available)

rental (cust_id, eq_id, rent_date, due_date, emp_id)

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

Spomenik Monument Database

Authors: Donald Niebyl, FUEL, Damon Murray, Stephen Sorrell

1st Edition

0995745536, 978-0995745537

More Books

Students also viewed these Databases questions

Question

Define and discuss the nature of culture

Answered: 1 week ago

Question

Add 1 3 and 1 3 ( Ignore 5 th carry bit ) . Check Next

Answered: 1 week ago

Question

5. Discuss the role of the Web in career management.

Answered: 1 week ago

Question

4. Design a career management system.

Answered: 1 week ago