Help for this page
CREATE TABLE students id PRIMARY KEY SERIAL ... studentid INT classid INT ;
SELECT * FROM student_classes;