Question
: Consider the following University Database relations (tables), with the common sense interpretation: Department (D-code, D-Name, Chair-SSN) Course (D-code, C-no, Title, Units) Prereq (D-code, C-no,
: Consider the following University Database relations (tables), with the common sense interpretation: Department (D-code, D-Name, Chair-SSN) Course (D-code, C-no, Title, Units) Prereq (D-code, C-no, P-code, P-no) Class (Class-no, D-code, C-no, Instructor-SSN) Faculty (SSN, F-Name, D-Code, Rank) Student (Ssn, S-Name, Major, Status) Enrollment (Class-no, Student-Ssn) Transcript (Student-Ssn, D-Code, C-no, Grade) The primary keys are underlined. The meaning of the primary key is that there cannot be two different tuples in the relation with identical values for the primary key. Some explanations of attributes (variable names) are as follows. Chair-Ssn in Department refers to SSN in Faculty table. Instructor-SSn refers to Ssn in Faculty table, and Student-Ssn refers to Ssn in Student table. Class-no is a unique ID for each offering of a course. For example, a class with class-no='12020' may be an offering of CS 330, in which case, we may have a tuple like <12020, CS,330, 100009399> in the Class table. in Prereq table refers to in the Course table, i.e., they refer to courses. A example row in Prereq table is
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