SQL
SQL
These
tables are part of a university database containing data about students, lecturers, courses,
classes, and the grades student get after taking some courses. Grades are given to students by
a lecturer for a class taught in a given semester and year. The adviser of a student is a lecturer.
Lecturer
lecturer_id lecturer_name office position
1 Elaine Chen 2.4.27 Lecturer
Student
sid name adviser
1 Ha 1
2 Phuc 2
3 Tien
4 Khang 1
5 Anh 2
6 Trong
Enrol
student class grade
3 81_2022A 60
2 14_2022A 65
1 39_2021B 70
Enrol
student class grade
2 39_2021B 75
3 39_2021B 55
1 14_2022A 85
2 14_2021B 90
1 81_2022A 50
Course
course_code course_name
COSC2081 Programming 01
COSC2083 Introduction to IT
Class
class_code course semester year lecturer
81_2022A COSC2081 1 2022 3