ID | FirstName | LastName | Age | GradeLevel |
---|---|---|---|---|
1 | John | Doe | 16 | 10 |
2 | Jane | Smith | 17 | 12 |
3 | Emma | Brown | 18 | 11 |
4 | Michael | Johnson | 19 | 10 |
5 | Olivia | Williams | 16 | 9 |
ID | Title | Subject | TeacherID |
---|---|---|---|
(→ Teacher.ID) | |||
1 | Algebra I | Mathematics | 1 |
2 | Physics | Science | 2 |
3 | English Literature | Language Arts | 3 |
4 | World History | History | 4 |
5 | Art Appreciation | Fine Arts | 5 |
ID | Description | ActivityType | PurposeID |
---|---|---|---|
(→ Purpose.ID) | |||
1 | Visit a local museum | Field Trip | 1 |
2 | Visit a science center | Field Trip | 2 |
3 | Organize a group project | Study Group | 1 |
4 | Host a debate on current events | Study Group | 2 |
ID | Name |
---|---|
1 | Real-world Application |
2 | Problem Solving Skills Development |
ID | FirstName | LastName | Department |
---|---|---|---|
1 | Mr. | White | Mathematics |
2 | Ms. | Green | Science |
3 | Dr. | Black | Language Arts |
4 | Mrs. | Blue | History |
5 | Ms. | Red | Fine Arts |
StudentID | CourseID | DateEnrolled | Grades |
---|---|---|---|
(→ Student.ID) | (→ Course.ID) | ||
1 | 1 | 2022-09-01 | 85 |
2 | 2 | 2022-09-01 | 90 |
3 | 3 | 2022-09-01 | 80 |
4 | 4 | 2022-09-01 | 75 |
5 | 5 | 2022-09-01 | 95 |