Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following set of requirements for a University database. The university keeps track of each student's name, student number, social security number, current address

Consider the following set of requirements for a University database.

The university keeps track of each student's name, student number, social security number, current address and phone number, permanent address and phone number, birthdate, sex, class (freshman, graduate), major department, minor department (if any), degree program (B.A., B.S., ... Ph.D.). Some user applications need to refer to the city, state, and zip code of the student's permanent address and to the student's last name. Both social security number and student number are unique for each student. All students will have at least a major department.

Each department is described by a name, department code, office number, office phone, and college. Both the name and code have unique values for each department.

Each course has a course name, description, course number, number of credits, level and offering department. The course number is unique for each course.

Each section has an instructor, semester, year, course, and section number. The section number distinguishes sections of the same course that are taught during the same semester/year; its value is an integer (1, 2, 3, ... up to the number of sections taught during each semester).

A grade report must be generated for each student that lists the section, letter grade, and numeric grade (0,1,2,3, or 4) for each student and calculates his or her average GPA.

Tasks:

Design the database, following an ER model. (2 Points)

Normalize the tables (each table should be in 3NF at least) (2 Points)

Use MySQL to create the normalized tables. (2 Points)

Populate your tables with 5 rows at least. (2 Points)

Execute the requested queries. (2 Points)

Final Deliverables:

A Word document to be submitted by students should contain:

The ER diagram for the database.

The normalization process. (show each table in 1NF, 2NF, 3NF)

SQL statements for creating tables and inserting data.

A screenshot for every created table and its data.

SQL queries and their results.

A screenshot for every query and its result.

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

Step: 3

blur-text-image

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

MongoDB Applied Design Patterns Practical Use Cases With The Leading NoSQL Database

Authors: Rick Copeland

1st Edition

1449340040, 978-1449340049

More Books

Students also viewed these Databases questions

Question

Provide examples of Dimensional Tables.

Answered: 1 week ago