Students Performance In Exams
Marks secured by the students in various subjects
@kaggle.whenamancodes_students_performance_in_exams
Marks secured by the students in various subjects
@kaggle.whenamancodes_students_performance_in_exams
CREATE TABLE exams (
"gender" VARCHAR,
"race_ethnicity" VARCHAR,
"parental_level_of_education" VARCHAR,
"lunch" VARCHAR,
"test_preparation_course" VARCHAR,
"math_score" BIGINT,
"reading_score" BIGINT,
"writing_score" BIGINT
);
Anyone who has the link will be able to view this.