Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

3.16. Consider the following set of requirements for a university database that is used to keep track of students' transcripts. This is similar but not

3.16. Consider the following set of requirements for a university database that is used to keep track of students' transcripts. This is similar but not identical to the database shown in Figure 1.2:

  1. The university keeps track of each student's name, student number, social security number, current address and phone, permanent address and phone, birth-date, 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 of the student's permanent address and to the students' last name. Both social security number and student number have unique values for each student.
  2. Each department is described by a name, department code, office number, office phone, and college. Both name and code have unique values for each depart- ment.
  3. Each course has a course name, description, code number, number of semester hours, level, and offering department. The value of code number is unique for each course.
  4. Each section has an instructor, semester, yeat, course, and section number. The section number distinguishes different 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.
  5. A grade report has a student, section, and grade.

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.

image text in transcribed
3.16. Consider the following set of requirements for a university database that is used to keep track of students' transcripts. This is similar but not identical to the database shown in Figure 1.2: a. The university keeps track of each student's name, student number, social security number, current address and phone, permanent address and phone, birthdate, 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 of the student's permanent address and to the students' 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, code number, number of semester hours, level, and offering department. The value of code number is unique for each course. d. Each section has an instructor, semester, year, course, and section number. The scction number distinguishes different 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. e. A grade report has a student, section, and grade. 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

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Automating Access Databases With Macros

Authors: Fish Davis

1st Edition

1797816349, 978-1797816340

More Books

Students also viewed these Databases questions

Question

Does it exceed two pages in length?

Answered: 1 week ago