Students Performance In History & Geography
Marks secured by the students in History & Geography Subject
@kaggle.fundal_studentsperformance_in_history_and_geography_subject
Marks secured by the students in History & Geography Subject
@kaggle.fundal_studentsperformance_in_history_and_geography_subject
CREATE TABLE studentsperformance_his_geo (
"identification_number" DOUBLE,
"gender" VARCHAR,
"date_of_birth" TIMESTAMP,
"department" VARCHAR,
"level" VARCHAR,
"group" VARCHAR,
"continuous_evaluation_01" BIGINT,
"test_01" DOUBLE,
"exam_01" DOUBLE,
"first_trio" DOUBLE,
"continuous_evaluation_02" BIGINT,
"test_02" DOUBLE,
"exam_02" DOUBLE,
"second_trio" DOUBLE,
"continuous_evaluation_03" BIGINT,
"test_03" DOUBLE,
"exam_03" DOUBLE,
"third_trio" DOUBLE,
"annual_rate" DOUBLE,
"result" VARCHAR
);
Anyone who has the link will be able to view this.