Database Answers Transcripts can be good or abd news !!!

Home Ask a Question Careers Contact us Data Models First Timers Search Site Map
Student Transcripts Tracking
Back to the Data Model
A Database is to be designed for Student Transcript Tracking.

This is the Start of the User specification of the Requirements by amani el ibrahim (etaf13_at__gmail.com) :-
Question: Consider the following set of requirements for a university database that is used to keep track of students' transcripts.

a. The university keeps track of each student's name, student number, social security number, current address and phone,
permanent address and phone, birthdates, sex, class (freshman, sophomore, ... , graduate), major department, minor department
(if any), and degree program (B.A., B.S., ... , Ph.D.).
Some user applications need to refer to the city, state, and zip code of the student's permanent address and to the student's last name.
Both social security number and student number have unique values for each student.

b. Each department is described by a name, department code, office number, office phone, and college.
Both name and code have unique values for each department.

c. Each course has a course name, description, course number, number of semester hours, level, and offering department.
The value of the course number is unique for each course.

d. Each section has an instructor, semester, year, course, and section number.
The section number distinguishes sections of the same course that are taught during the same semester/year;
its values are 1,2,3, ... , up to the number of sections taught during each semester.

Question: Design an ER schema for this application, and draw an ER diagram for that schema.
Specify key attributes of each entity type, and structural constraints on each relationship type.
Note any unspecified requirements, and make appropriate assumptions to make the specification complete.

A. The Things of Interest include :-
A.1 Courses
A.2 Departments
A.3 Instructors
A.4 Semesters
A.5 Students

B. How are they related ?
B.1 Students can sign up for many Courses.
B.2 An Instructor can teach one or many Courses.
B.3 More to be determined


Barry Williams
December 3rd. 2009
Principal Consultant
Database Answers

 

Home Ask a Question Careers Contact us Data Models First Timers Search Site Map