Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

emp table: primary key EMP_CODE, foreign key STORE_CODE, secondary key (EMP_FNAME, EMP_LNAME, EMP_DOB). store table: primary key STORE_CODE, foreign keys REGION_CODE and EMP_CODE, secondary key

emp table: primary key EMP_CODE, foreign key STORE_CODE, secondary key (EMP_FNAME, EMP_LNAME, EMP_DOB).

store table: primary key STORE_CODE, foreign keys REGION_CODE and EMP_CODE, secondary key (STORE_NAME, STORE_YTD_SALES).

For region table: primary key REGION_CODE, foreign key NONE, secondary key REGION_DE_SCRIPT

what the relationship between? (1:1, 1:M, M:N, or none)

employ-store:

employ-region:

store-region:

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_2

Step: 3

blur-text-image_3

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

Fundamentals Of Database System

Authors: Elmasri Ramez And Navathe Shamkant

7th Edition

978-9332582705

More Books

Students also viewed these Databases questions

Question

Identify the components of performance management systems.

Answered: 1 week ago

Question

How many Tables Will Base HCMSs typically have? Why?

Answered: 1 week ago

Question

What is the process of normalization?

Answered: 1 week ago