Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Create a database for a school registration system. The registration system should be able to hold information for the following entities: a. Students b.

1. Create a database for a school registration system. The registration system should be able to hold information for the following entities:

a. Students

b. Courses

c. Teachers

d. Grades

At the minimum, the following queries should be answered: - how many students are enrolled in a class?

- How many courses are available on a Wednesday (or any given day)?

- Who are the teachers teaching a particular course?

- What is the average GPA for a course this semester?

2. Create an ERD (entity-relationship diagram) that shows the relationships of all your tables.

3. Normalize your tables.

4. Create a one-page summary/documentation on how you were able to construct your database. What are the (possible) pain points that still exist and how do you plan to address them in the future?

5. Submit your queries, database definitions, and diagram in either a Word file or (for the queries and results) a screenshot of your SQL developer commands and results. Zip them all up into one zip file and upload to Blackboard.

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

Database Design Query Formulation And Administration Using Oracle And PostgreSQL

Authors: Michael Mannino

8th Edition

1948426951, 978-1948426954

More Books

Students also viewed these Databases questions

Question

What is the relation of physical mathematics with examples?

Answered: 1 week ago

Question

What are oxidation and reduction reactions? Explain with examples

Answered: 1 week ago

Question

What is the purpose of the Salary Structure Table?

Answered: 1 week ago

Question

What is the scope and use of a Job Family Table?

Answered: 1 week ago