Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Full Name: Atata Bauro (S11179825)

Lab 2: IS222

Part 1:

1. Create a basic Crow’s Foot ERD given the following business rule:
➢ A store can employ one or many employees, but each employee can work for only one
store

employs

Store Employee

2. Create a basic Crow’s Foot ERD for the given tables

CUSTOMER INVOICE
CUST_NUM INV_NUM
CUST_LNAME CUST_NUM
CUST_FNAME INV_DATE
CUST_BALANCE INV_AMOUNT

3. Create a basic Crow’s Foot ERD given the following MS Access schema

MODEL
AIRCRAFT
MOD_CODE
AC_NUM
MOD_MANUFACTURER
MOD_CODE
MOD_SEATS
AC_TOTAL_TIME
MOD_RENT_CHG

4. Write the business rules for the database that you created in Lab 1.

JOB : EMPLOYEE (1:M)


one job can be given to one to many employees. each employee can have only one job.

REGION : STORE (1:M)


one region can be located for many stores. each store is located in only one region

STORE : EMPLOYEE (1:M)


each store employees one or more employees. each employee is employed by one store

You might also like