Question: 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

 Review the logical data model above. Create a Physical Data implementation.

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

1 Expert Approved Answer
Step: 1 Unlock

To create the physical implementation of a database for the given logical model we will define DDL Data Definition Language statements for the tables and explain the design choices This will also cons... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!