Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Consider a university database that keeps the following information. There are a number of students. For each student, the university maintains student first name, last
Consider a university database that keeps the following information.
There are a number of students. For each student, the university maintains student first name, last name, student number, social security number, current address and phone, permanent address and phone, dateofbirth, gender. Both social security number and student number have unique values for each student.
There are a number of departments. Each department is described by name, department code, office phone, and college. Both name and code have unique values for each department.
There are a number of degree programs. Each degree has a degree level and a major eg BS in Computer Science, MS in Software Engineering A degree program must be administered by one and only one department.
A student must enroll in at least one degree program as hisher major, but may have one or more other programs as minors.
Each course has a course name, description, course number, credit hours, level. The value of course number is unique for each course. Each course is offered by one and only one department.
A student must register for at least one course. For each registered course, the semester when it is register and the final grade must be recorded. Use numbers to represent grade, ie for F D C B A respectively.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started