Question: I need to type up a SQL CREATE TABLE statement for the attached diagram / schema. Thanks in advance for the assistance. Enrollment semester Graduate
I need to type up a SQL CREATE TABLE statement for the attached diagram / schema. Thanks in advance for the assistance.

Enrollment semester Graduate Program name description { courses) Has year admitted deferred domestic international Register Teach Directs matriculation date Students student ID name Faculty faculty ID name title phone number email address email address Assumptions 1. Each graduate program may have many enrollments, but each enrollment must belong to at most one graduate program. 2. We are not interested in enrollment information about a graduate program if the program is no longer offered. 3. Each student may register for at most one graduate program, and each graduate program may have many students. 4. A faculty member may teach in many graduate programs, and each graduate program must have many faculty members teaching in it 5. A faculty member may direct at most one graduate program, and each graduate program must be directed by at most one faculty member. Relational schema: Graduate_Program(program name, description, faculty_ID) Program_Courses(program name, courses) Enrollment(program name, semester, year, admitted, deferred, domestic, international) Students(student ID, student_name, email_address, matriculation_date, program_name) Faculty(faculty ID, faculty_name, title, phone_number, email_address) Teach(program name, faculty ID)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
