Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Review the logical data model above. Create a Physical Data implementation. Assume that there are approximately 25,000 students and that each student can enroll in

image text in transcribed

Review the logical data model above.

Create a Physical Data implementation. Assume that there are approximately 25,000 students and that each student can enroll in three to five courses per semester.

The most common query requirement is that students be able to create their course schedules.

Task: Create sample DDL statements to implement a basic physical design.

What to Submit

1.A single SQL file with all queries using Microsoft SQL management studio + Screenshots of the tables

Review the very small data model shown in Figure 4.5 and create a physical database implementation for the DBMS of your choice. Assume that there are approximately 25,000 students and that each student enrolls in three to five courses per semester. The most common query requirement is that students be able to create their course schedules. Be sure to specify every physical design decision and create sample DDL statements to implement a basic physical design. Further, indicate where additional information is required to make a physical design decision and why. STUDENT StudentID LastName FirstName Middlelnit Majorld MAJOR Majorld Major ENROLLMENT StudentID CourseNum CourseCompDate COURSE CourseNum Course Name Credits Figure 4.5. Logical data model

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions