14CS440 / Database Management Systems: Tutorial - 1 Entity Relation Model
14CS440 / Database Management Systems: Tutorial - 1 Entity Relation Model
TUTORIAL – 1
Entity Relation Model
A. STUDENT( regno, name, branch )
B. STAFF(staff_id, name, dept_id)
C. DEPT( dept_id, dept_name )
D. MARK ( regno, test_no, sub1, sub2, sub3, result )
E. ATTENDANCE ( regno, month, sub1, sub2, sub3, avg_attendance )
1. For the given schema structure, give the ER model with keys, cardinalities and roles.
Solution: