Question
(14 points) Problem 6-34, p.283, where the beginning words Write a database description means Write a SQL statement ... This problem requires you to create
(14 points) Problem 6-34, p.283, where the beginning words Write a database description means Write a SQL statement ...
This problem requires you to create a database with six tables based on Figure 6-11 on p.283 (see the paragraph before this problem). The 6 tables are linked as: FACULTY-QAULIFIED-COURSE-SECTION-REGISTRATION-STUDENT
Note that CourseID in the SECTION table should be a foreign key and thus dash-underlined in the table.
Turn in the SQL commands and the Relationship chart (press Alt + Print Screen key combination to copy-paste the chart into your Word file).
Problems and Exercises Problems and Exercises 6-34 through 6-44 are based on the class schedul ing 3NF relations along with some sample data shown in Figure 6-11 Not shown in this figure are data for an ASSIGNMENT relation, which represents a many-to-many relationship between faculty and sections. Note that values of the SectionNo column do not repeat across semesters. StudentID (integer, primary key) StudentName (25 characters) FacultyID (integer, primary key) FacultyName (25 characters) CourseID (8 characters, primary key) CourseName (15 characters) DateQualified (date) SectionNo (integer, primary key) Semester (7 characters) 6-34. Write a database description for each of the relations shown, using SQL DDL (shorten, abbreviate, or change any data names, as needed for your SQL version). Assume the following attribute data types STUDENT (StudentlD, StudentName) QUALIFIED (FacultylD, CourselD, DateQualified) StudentID StudentName FacultylD CourselD DateQualified 38214 54907 66324 70542 2143 2143 3467 3467 4756 4756 ISM 3112 ISM 3113 ISM 4212 ISM 4930 ISM 3113 ISM 3112 9/2005 9/2005 9/2012 9/2013 9/2008 9/2008 er Altvater Aiken arra FACULTY (FacultylD, FacultyName) SECTION (SectionNo, Semester, CourselD) FacultylID FacultyName SectionNo er CourselD 2143 3467- 4756 Birkin Berndt Collins 2712 2713 2714 2715 1-2015 I-2015 1l-2015 11-2015 ISM 3113 ISM 3113 ISM 4212 ISM 4930 COURSE (CourselD, CourseName) REGISTRATION (StudentlD, SectionNo) CourselD CourseName StudentldD SectionNoStep 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