This document discusses database entities, relationships, and tables for a student management system. It defines three entities - Worker, Department, and Task - with their respective attributes. Worker has a many-to-one relationship with Department and a many-to-many relationship with Task. Screenshots show database and sample student and teacher tables.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
59 views
Assignment Cs 403 So LT I On File
This document discusses database entities, relationships, and tables for a student management system. It defines three entities - Worker, Department, and Task - with their respective attributes. Worker has a many-to-one relationship with Department and a many-to-many relationship with Task. Screenshots show database and sample student and teacher tables.
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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)