ProgramID | Name | Duration |
---|---|---|
1 | Masters in Business Administration | 2 |
2 | PhD in Computer Science | 3 |
3 | Masters in English Literature | 2 |
4 | Doctorate in Physics | 4 |
5 | Masters in Psychology | 2 |
TrackID | Value |
---|---|
1 | Business_Administration |
2 | Data_Science |
3 | Literary_Analysis |
4 | Theoretical_Physics |
5 | Cognitive_Psychology |
StudentID | FirstName | LastName | EnrollmentDate |
---|---|---|---|
1001 | John | Smith | 2020-08-26 |
1002 | Jane | Doe | 2020-09-02 |
1003 | Emma | Wilson | 2020-07-15 |
1004 | Michael | Brown | 2020-06-21 |
1005 | Alice | Jackson | 2020-09-12 |
EnrollmentID | StudentID | CourseID | Grade |
---|---|---|---|
(→ Students.StudentID) | |||
1 | 1001 | 1 | A |
2 | 1002 | 2 | B |
3 | 1003 | 1 | A |
4 | 1004 | 2 | B |
5 | 1005 | 1 | A |
ProgramTrackID | GraduateProgramID | TrackID |
---|---|---|
(→ Graduate_Programs.ProgramID) | (→ Tracks.TrackID) | |
1 | 1 | 1 |
2 | 2 | 2 |
3 | 3 | 3 |
4 | 4 | 4 |
5 | 5 | 5 |