Schema Viewer
students
id (INT) [PK]
name (TXT)
age (INT)
track (TXT)
courses
course_id (TXT) [PK]
title (TXT)
credits (INT)
enrollments
enrollment_id (INT)
student_id (INT)
course_id (TXT)
grade (TXT)