Students Test Scores: Algerian Public High School
History & Geography Test Scores for Students at an Algerian Public High School
@kaggle.fundal_secondary_education_students_results_2nd_hisgeo_dz
History & Geography Test Scores for Students at an Algerian Public High School
@kaggle.fundal_secondary_education_students_results_2nd_hisgeo_dz
CREATE TABLE students_test_scores_algerian_public_high_school (
"id" BIGINT,
"dateofbirth" TIMESTAMP,
"gender" VARCHAR,
"schoolyear" VARCHAR,
"subject" VARCHAR,
"educationalyear" VARCHAR,
"department" VARCHAR,
"class" VARCHAR,
"test01" DOUBLE,
"exam01" DOUBLE,
"test02" DOUBLE,
"exam02" DOUBLE,
"test03" DOUBLE,
"exam03" DOUBLE,
"average01" DOUBLE,
"average02" DOUBLE,
"average03" DOUBLE,
"totalaverage" DOUBLE
);
Anyone who has the link will be able to view this.