Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A major change is that the course Offerings table has been de-normalized and it incorporates the contents of the Records Table. The Offerings table now

  1. A major change is that the course Offerings table has been de-normalized and it incorporates the contents of the Records Table. The Offerings table now keeps the StudentID and grade of all students who took an offering.
  2. For brevity, the field for Initials was eliminated in Faculty and Student tables.
  3. Faculty table contains numeric fields for Years-of-tenure and Salary instead of Office and Phone-No.
  4. Student Associations went back to be advised by a Faculty member, but only one Faculty Member.

Use the given Relational Data Model below to create a Microsoft Access database with the following considerations:

  1. Within the Microsoft Access database, create one table for each of the tables in the Relational Data Mode. Use the same names for tables and fields as prescribed in the Relational Data Model. Declare all text fields as TEXTs, and use integer or decimal values when appropriate. You have discretion on the sizes of the fields. Give every table their corresponding primary key.
  2. Define every foreign key relation between tables as prescribed by the Relational Data Model.
  3. After defining all the tables and relationships, fill the tables with complete and valid records. You are free to use real or invented data that make sense for the tables. The Faculty and Student tables should include information for at least 7 faculty members and 7 students. The Course table should include information for at least 10 courses. All courses should be offered at least once in some combination in Fall, Spring and Summer semesters. All courses should have at least one student and every student should have registered in at least 1 course every semester and have a grade for the course. There are at least 2 Student Associations and each student should belong to at least one of them.

image text in transcribed

1 COURSE CourselD Name Department CreditHours FACULTY FirstName LastName FacultyID Position Years of Tenure Salary 1 1 OFFERINGS OfferingID CourselD Semester Section FacultyID StudentID Grade 0 StudentAssociation AssociationID AssociationName Advisor 1 MEMBER LIST Association StudentID 0 1 STUDENT FirstName LastName StudentID Classification School Major Advisor 0 1 COURSE CourselD Name Department CreditHours FACULTY FirstName LastName FacultyID Position Years of Tenure Salary 1 1 OFFERINGS OfferingID CourselD Semester Section FacultyID StudentID Grade 0 StudentAssociation AssociationID AssociationName Advisor 1 MEMBER LIST Association StudentID 0 1 STUDENT FirstName LastName StudentID Classification School Major Advisor 0

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design And Relational Theory Normal Forms And All That Jazz

Authors: Chris Date

1st Edition

1449328016, 978-1449328016

Students also viewed these Databases questions

Question

=+(b)? Answer without calculating the interval.

Answered: 1 week ago

Question

What do you think Katsoudas means by the phrase one size fits one?

Answered: 1 week ago

Question

3. Evaluate a Web-based training site.

Answered: 1 week ago