StudentID | FirstName | LastName | BirthDate |
---|---|---|---|
1 | John | Doe | 1986-02-05 |
2 | Jane | Smith | 1993-07-15 |
InstructorID | FirstName | LastName | |
---|---|---|---|
1 | Tom | Brown | tom.brown@email.com |
2 | Emma | White | emma.white@email.com |
CourseID | Title | Description | JobRole | Industry | Major | EnrollmentLimit | CurrentEnrollment |
---|---|---|---|---|---|---|---|
1 | Introduction to Programming | Learn how to code and build applications. | Software Developer | Technology | Computer Science | 30 | 0 |
2 | Data Structures & Algorithms | Master data structures and algorithms with this course. | Software Engineer | Technology | Computer Science | 30 | 0 |
EnrollmentID | StudentID | CourseID | Grade |
---|---|---|---|
(→ Students.StudentID) | (→ Courses.CourseID) | ||
1 | 1 | 1 | A |
2 | 2 | 1 | B |