0% found this document useful (0 votes)
16 views1 page

14CS440 / Database Management Systems: Tutorial - 1 Entity Relation Model

The document describes an entity relationship model for a university database with 5 entities: STUDENT, STAFF, DEPT, MARK, and ATTENDANCE. STUDENT has attributes of regno, name, and branch. STAFF has attributes of staff_id, name, and dept_id. DEPT has attributes of dept_id and dept_name. MARK has attributes of regno, test_no, sub1, sub2, sub3, and result. ATTENDANCE has attributes of regno, month, sub1, sub2, sub3, and avg_attendance.

Uploaded by

MOHITSHARMA 0
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
16 views1 page

14CS440 / Database Management Systems: Tutorial - 1 Entity Relation Model

The document describes an entity relationship model for a university database with 5 entities: STUDENT, STAFF, DEPT, MARK, and ATTENDANCE. STUDENT has attributes of regno, name, and branch. STAFF has attributes of staff_id, name, and dept_id. DEPT has attributes of dept_id and dept_name. MARK has attributes of regno, test_no, sub1, sub2, sub3, and result. ATTENDANCE has attributes of regno, month, sub1, sub2, sub3, and avg_attendance.

Uploaded by

MOHITSHARMA 0
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 1

14CS440 / Database Management Systems 2018

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:

Rajeswari A.M. Page 1 of 1

You might also like