UNISA Degree Programs Aa. 2023-2024
Università degli Studi di Salerno
@euneolaia.n_6600b238_38da_4421_9756_94f682c7840b
Università degli Studi di Salerno
@euneolaia.n_6600b238_38da_4421_9756_94f682c7840b
CREATE TABLE unisa_degree_programs_23_24 (
"acronym" VARCHAR,
"university" VARCHAR,
"university_eng" VARCHAR,
"facility_of_degree_programm" VARCHAR,
"facility_of_degree_programm_eng" VARCHAR,
"course_of_study" VARCHAR,
"course_of_study_eng" VARCHAR,
"national_classification" VARCHAR,
"national_classification_eng" VARCHAR,
"course_of_study_type" VARCHAR,
"course_of_study_type_eng" VARCHAR,
"european_qualifications_framework_eqf" VARCHAR,
"isced" VARCHAR,
"gender_no_answer" DOUBLE,
"gender_female" DOUBLE,
"gender_male" DOUBLE,
"total" BIGINT,
"geographical_information" VARCHAR,
"minor_or_equal_20_years" BIGINT,
"n_21_40_years" BIGINT,
"n_40_years" BIGINT,
"unnamed_21" VARCHAR,
"unnamed_22" VARCHAR,
"other_enrolled" DOUBLE
);
CREATE TABLE unisa_degree_programs_23_24_v_2_0 (
"acronym" VARCHAR,
"university" VARCHAR,
"university_eng" VARCHAR,
"facility_of_degree_programm" VARCHAR,
"facility_of_degree_programm_eng" VARCHAR,
"course_of_study" VARCHAR,
"course_of_study_eng" VARCHAR,
"national_classification" VARCHAR,
"national_classification_eng" VARCHAR,
"course_of_study_type" VARCHAR,
"course_of_study_type_eng" VARCHAR,
"european_qualifications_framework_eqf" VARCHAR,
"isced" VARCHAR,
"gender_no_answer" DOUBLE,
"gender_female" DOUBLE,
"gender_male" DOUBLE,
"total" DOUBLE,
"geographical_information" VARCHAR,
"minor_or_equal_20_years" DOUBLE,
"n_21_40_years" DOUBLE,
"n_40_years" DOUBLE,
"course_catalogue_url" VARCHAR
);
Anyone who has the link will be able to view this.