You are on page 1of 2

Id

assignment cs 403

Question (1)
Answer:

Entities with attributes


Worker (work-salary, work id, work name)
Many to one relationship between worker and department.
Department (dep id,dep name)
Many to many relationship between worker and task.
Task(task id,task name,duration)

Question(2)
Answer:

Screenshot 1: (Database)

Screenshot 2: (student Table 1)

Screenshot 3: (teacher Table 2)

You might also like