Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Database Design and Implementation *****Normalization******* This project is based on Eagle Hotel International once again. For problems 2 & 3, answer/do the following based on
Database Design and Implementation
*****Normalization*******
This project is based on Eagle Hotel International once again.
For problems 2 & 3, answer/do the following based on the relations provided below:
a) Label the type of dependencies that have already been identified.
b) Identify what normal form the relation is in and explain why.
c) Identify a set of 3NF relations (draw the relational schema).
Problem 2: PRODUCT_RECEIPT Customers can purchase products at convenience marts in each of the hotels that are supplied by vendors. The hotel chain wants to track product information, vendor information and receipts. The customer receives a receipt with a sale date. The hotel chain also wants to track the quantity sold for each product on each receipt. . . RECEIPT_NUM PROD NUM SALE_DATE PROD_NAME PROD_PRICE VEND_CODE VEND_NAME QUANT_SOLD . Problem 3: EMPLOYEE The hotel chain wants to track employee information. The hotel would like to track the education of each employee by tracking all degrees an employee has. The hotel chain also wants to track the training courses each employee has taken. Each course has a course number and title. EMP NUM LNAME FNAME {EDUCATION) TITLE PAY DOB HIRE_DATE {COURSE(course_num, title)}
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started