studentID | firstName | lastName |
---|---|---|
1 | John | Doe |
2 | Jane | Smith |
3 | Michael | Brown |
4 | Emily | White |
5 | David | Black |
curriculumID | title | description |
---|---|---|
1 | Mathematics | This curriculum covers basic mathematical concepts. |
2 | English Language Arts | This curriculum focuses on reading comprehension and writing skills. |
3 | History | This curriculum explores various historical events and periods. |
4 | Science | This curriculum delves into scientific principles and phenomena. |
5 | Art | This curriculum introduces students to different forms of art expression. |
topicID | name |
---|---|
1 | Math |
2 | Reading Comprehension |
3 | Writing Skills |
4 | Ancient History |
5 | Modern Science |
6 | Visual Art |
curriculumID | topicID |
---|---|
(→ Curriculum.curriculumID) | (→ Topics.topicID) |
1 | 1 |
2 | 2 |
3 | 3 |
4 | 4 |
5 | 5 |