0% found this document useful (0 votes)
100 views3 pages

University Database Requirements

The document outlines the requirements for a university database, including information on students, departments, courses, professors, projects, and their relationships. Students belong to departments and enroll in sections of courses taught by professors. Professors work on research projects and teach multiple course sections. The database needs to track student details like name and ID, department information, course prerequisites and enrollments, professor assignments and projects, and relationships between these entities.

Uploaded by

srikanth anuma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
100 views3 pages

University Database Requirements

The document outlines the requirements for a university database, including information on students, departments, courses, professors, projects, and their relationships. Students belong to departments and enroll in sections of courses taught by professors. Professors work on research projects and teach multiple course sections. The database needs to track student details like name and ID, department information, course prerequisites and enrollments, professor assignments and projects, and relationships between these entities.

Uploaded by

srikanth anuma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

UNIVERSITY DATABASE REQUIREMENTS

1. In an educational institute, there are several departments and students


belong to one of them. Each department has a unique department number,
a name, a location, phone number and is headed by a professor.

2. Professors have a unique employee Id, name, phone number. We like to


keep track of the following details regarding students: name, unique roll
number, sex, phone number, date of birth, age and one or more email
addresses.

3. Students have a local address consisting of the hostel name and the room
number. They also have home address consisting of house number, street,
city and PIN. It is assumed that all students reside in the hostels.

4. A course taught in a semester of the year is called a section. There can be


several sections of the same course in a semester; these are identified by
the section number. Each section is taught by a different professor and has
its own timings and a room to meet.

5. Students enroll for several sections in a semester. Each course has a name,
number of credits and the department that offers it. A course may have
other courses as prerequisites i.e, courses to be completed before it can be
enrolled in.

6. Professors also undertake research projects. These are sponsored by


funding agencies and have a specific start date, end date and amount of
money given. More than one professor can be involved in a project. Also a
professor may be simultaneously working on several projects. A project has
a unique projectId.
ER-DIAGRAM INDIVIDUAL MODULES

STUDENT

DEPARTMENT & COURSE

PROFESSOR, PROJECT AND SECTIONS


ER-DIAGRAM SHOWING RELATIONS

ER-DIAGRAM OF UNIVERSITY

You might also like