You are on page 1of 4

Cs403 assignment solution:

Question #1 solution:

a) Entities with attributes:


Worker (wrkr_ID, wrkr_Name,Salary)
Department (Dept_ID,Dept_Name)
Task (Duration,Task_ID,Task_Name)
Relation:
Many to many relationship between worker and task.
Many to one relationship between worker and department.
No relationship between task and department.
b)3rd normal form:

Question # 2 Solution:

You might also like