StudentID | FirstName | LastName | DateOfBirth | Major |
---|---|---|---|---|
1 | John | Doe | 1987-06-15 | Computer Science |
2 | Jane | Smith | 1990-08-30 | Mathematics |
ProfessorID | FirstName | LastName | Department |
---|---|---|---|
1 | Michael | Johnson | Physics |
2 | Emily | Williams | Biology |
PaperID | Title | AbstractText | Academic_PaperType | Citation_Style | AuthorID |
---|---|---|---|---|---|
(→ Students.StudentID) | |||||
1 | Sample Research Paper | This is a sample abstract. | Research Paper | APA | 1 |
2 | Another Sample Research Paper | Here is another sample abstract. | Research Paper | Chicago | 1 |
3 | Sample Review Article | Below is an example review article abstract. | Review Article | APA | 2 |
4 | Yet Another Review Article | Check out this other review article abstract. | Review Article | MLA | 2 |
ConferenceID | Name | Location | Year |
---|---|---|---|
1 | Conference A | Location A | 2021 |
2 | Conference B | Location B | 2022 |
PresentationID | PaperID | ConferenceID | Date |
---|---|---|---|
(→ Papers.PaperID) | (→ Conferences.ConferenceID) | ||
1 | 1 | 1 | 2021-06-15 |
2 | 2 | 2 | 2022-06-15 |
EnrollmentID | StudentID | CourseID | Grade | Semester |
---|---|---|---|---|
(→ Students.StudentID) | (→ Courses.CourseID) | |||
1 | 1 | 1 | A | 2020 |
2 | 2 | 1 | B+ | 2021 |
CourseID | CourseTitle | InstructorID |
---|---|---|
(→ Professors.ProfessorID) | ||
1 | Introduction to Computer Science | 1 |
2 | Calculus I | 2 |