Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Consider the following set of requirements for a UNIVERSITY database that is used to keep track of students' transcripts (a) The university keeps track

image text in transcribed

1. 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, 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 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. Each department has a faculty as a Chair to manage it. (c) Each course has a course name, description, course number, number of semester hours, level and offering department. The value of course number is unique for each course (d) Each section has an instructor, semester, year, 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 (e) A grade report has a student, section, letter grade, and numeric grade (0, 1, 2, 3 4 for F, D, C, B, A, respectively) (f) The database keeps track of each faculty's name, faculty ID, SSN, address, email and office location (g) Each course section will have a faculty assigned as instructor (h) Each College controls several departments. Each College is described by a name, college ID and college office location. A faculty assigned as a Dean to manage a college Draw an ER diagram based on the requirement described here 1) You should draw entity types, attributes and relationships in the ER diagram 2) Specify key attributes of each entity type 3) Use hierarchy structure to represent composite attributes. Use double lined oval to represent 4) 5) 6) multi-value attributes Use double lined rectangular to represent weak entity types Specify Cardinality Ratio constraints on relationships (1:1, 1n, n:1, m.n) Specify Existence dependency constraint on relationships (optional relationship single lined or mandatory relationship double lined) 1. 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, 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 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. Each department has a faculty as a Chair to manage it. (c) Each course has a course name, description, course number, number of semester hours, level and offering department. The value of course number is unique for each course (d) Each section has an instructor, semester, year, 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 (e) A grade report has a student, section, letter grade, and numeric grade (0, 1, 2, 3 4 for F, D, C, B, A, respectively) (f) The database keeps track of each faculty's name, faculty ID, SSN, address, email and office location (g) Each course section will have a faculty assigned as instructor (h) Each College controls several departments. Each College is described by a name, college ID and college office location. A faculty assigned as a Dean to manage a college Draw an ER diagram based on the requirement described here 1) You should draw entity types, attributes and relationships in the ER diagram 2) Specify key attributes of each entity type 3) Use hierarchy structure to represent composite attributes. Use double lined oval to represent 4) 5) 6) multi-value attributes Use double lined rectangular to represent weak entity types Specify Cardinality Ratio constraints on relationships (1:1, 1n, n:1, m.n) Specify Existence dependency constraint on relationships (optional relationship single lined or mandatory relationship double lined)

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

Microsoft Visual Basic 2017 For Windows Web And Database Applications

Authors: Corinne Hoisington

1st Edition

1337102113, 978-1337102117

Students also viewed these Databases questions

Question

In an Excel Pivot Table, how is a Fact/Measure Column repeated?

Answered: 1 week ago