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

Assignment Submitted By: Md.

Rafiuddin Biplab
ID No: P-201420031
Question. By using the following ATTRIBUTES and BUSINESS RULES, indentify the
ENTITIES then create a conceptual E.A.R. Model.
ATTRIBUTES:
Dept_Code, Dept_Name, Dept_Phone, Dept_Address, ||
Emp_Code, Emp_Name, Emp_Sex, Emp_Phone, Emp_Address, Emp_Hire_Date.
BUSINESS RULES:
1. A Department employs one or more than one employees.
2. A Department is managed by a manager (Employee).
3. An employee must work for (belong to) a department.
A Conceptual E.A.R. Model









Department
Dept_Code [PK]
Dept_Name
Dept_Phone
Dept_Address


Manager_ID [FK]
Employee
Emp_Code[PK]
Emp_Name
Emp_Sex
Emp_Phone
Emp_Address
Emp_Hire_Date
Manager_ID [FK]
Dept_ID

A Conceptual E.A.R. Model


Department
Dept_Code [PK]
Dept_Name
Dept_Phone
Dept_Address


Manager_ID [FK]
Employee
Emp_Code[PK]
Emp_Name
Emp_Sex
Emp_Phone
Emp_Address
Emp_Hire_Date
Manager_ID [FK]
Dept_ID

You might also like