Question: Design a set of database tables to store students, classes, professors, and classrooms. Each student takes zero or more classes. Each class has one professor,
Design a set of database tables to store students, classes, professors, and classrooms.
Each student takes zero or more classes. Each class has one professor, but a profes sor can teach multiple classes. Each class has one classroom.
Step by Step Solution
3.37 Rating (163 Votes )
There are 3 Steps involved in it
In your scenario we will have to create four tables 1 Students Table 2 Classes Table 3 Professors Table 4 Classrooms Table Lets discuss the structure ... View full answer
Get step-by-step solutions from verified subject matter experts
