Question: Do Problems 4 and 5 using Microsoft Access. 4. (14 points) Problem 6-34, p.283, where the beginning words Write a database description means Write a
Do Problems 4 and 5 using Microsoft Access.
4. (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).
5. (8 points) From the PVF database find all orders placed by customers located in NJ and all orders that requested Product #8. Write a SQL UNION statement such that only one column, with heading OrderID, appears in the results. Turn in both the SQL commands and the Microsoft Access output results.
StudentID (integer, primary key.) StudentName (25 characters) FacultyID (integer, primary key) FacultyName (25 characters) CourselD (8 characters, primary key) CourseName (15 characters) DateQualified (date) SectionNo (integer, primary key) Semester (7 characters) StudentID (integer, primary key.) StudentName (25 characters) FacultyID (integer, primary key) FacultyName (25 characters) CourselD (8 characters, primary key) CourseName (15 characters) DateQualified (date) SectionNo (integer, primary key) Semester (7 characters)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
