Sei sulla pagina 1di 3

Practica DATABASE INFORMATICA III

Name:
Date:
Answer the questions 1 through 9 in the space provided.

I.

Given the Ch03_StoreCo MS Access database, answer Problems 1-9

FIGURE P3.1 The Ch03_StoreCo Database Tables

1.

2.

For each table, identify the primary key and the foreign key(s). If a table does not
have a foreign key, write None in the space provided.
TABLE

PRIMARY KEY

FOREIGN KEY(S)

EMPLOYEE
STORE
REGION

EMP_CODE
STORE_CODE
REGION_CODE

STORE_CODE
REGION_CODE, EMP_CODE
NONE

Do the tables exhibit entity integrity? Answer yes or no and then explain your
answer.

TABLE
EMPLOYEE

ENTITY INTEGRITY
YES

STORE

YES

REGION

YES

3.

EXPLAIN
Each EMP_CODE value is
unique and there are not
nulls
Each STORE_CODE value
is unique and there are not
nulls
Each EMP_CODE value is
unique and there are not
nulls

Do the tables exhibit referential integrity? Answer yes or no and then explain your
answer. Write NA (Not Applicable) if the table does not have a foreign key.

TABLE
EMPLOYEE

REFERENTIAL INTEGRITY
Yes

STORE

Yes

EXPLANATION
Each STORE_CODE value
in EMPLOYEE points to an
existing
STORE_CODE
value in STORE
Each
REGION_CODE
value in STORE points to
an
existing
REGION_CODE value in
REGION
and
each
EMP_CODE
value
in
STORE points to an existing
EMP_CODE
value
in
EMPLOYEE

REGION

4.

5.

NA

Describe the type(s) of relationship(s) between STORE and REGION.


Because REGION_CODE values occurs that once in STORE, we way conclude that each
REGION can contain many stores. But since each STORE is located in only one REGION,
the
Relationship between STORE and REGION is M:1 (It is, of course, equally true that the
relationship between REGION and STORE is 1:M)
Create the ERD to show the relationship between STORE and REGION.

6.

Create the relational diagram to show the relationship between STORE and
REGION.

7.

Describe the type(s) of relationship(s) between EMPLOYEE and STORE. (Hint:


Each store employs many employees, one of whom manages the store.)

8.

Draw the ERD to show the relationships among EMPLOYEE, STORE, and
REGION.

9.

Create the relational diagram to show the relationships among EMPLOYEE,


STORE, and REGION.

Potrebbero piacerti anche