Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This will help you determine your data model and database design. One department is supported by one or more employee (s) One employee applies one

 This will help you determine your data model and database design.

One department is supported by one or more employee(s)

One employee applies one or more skill(s)

One customer submits one or more purchase(s)

One product can be delivered for one or more purchase(s)

 

Entity - CUSTOMER, INVOICE, PURCHASE, EMPLOYEE, DEPARTMENT

Attribute - Address, City, Province

 

2- Add an EMPLOYEE entity with the identifying attributes FirstName and LastName

 

3- Add the Position and Salary regular attributes to the EMPLOYEE entity

  Could you please check if it is correct?

SKILL FirstName LastName SkillName DEPARTMENT DepartmentID DepartmentName CUSTOMER FirstName LastName Company 

SKILL FirstName LastName SkillName DEPARTMENT DepartmentID DepartmentName CUSTOMER FirstName LastName Company Address PRODUCT ProductName ListedPrice HH supported by supports supports supported by EMPLOYEE FirstName LastName Position Salary Address PURCHASE FirstName LastName ProductName Purchase Date PurchasePrice

Step by Step Solution

There are 3 Steps involved in it

Step: 1

The diagram you provided attempts to capture the relationships between different entities based on the information given However there are a number of ... 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

Modern Systems Analysis And Design

Authors: Joseph Valacich, Joey George

8th Edition

0134204921, 978-0134204925

More Books

Students also viewed these Databases questions

Question

Explain the code-testing process.

Answered: 1 week ago