Top-Largest-Universities
List of largest universities and university networks by enrollment
@kaggle.drahulsingh_top_largest_universities
List of largest universities and university networks by enrollment
@kaggle.drahulsingh_top_largest_universities
CREATE TABLE top_largest_universities (
"rank" BIGINT,
"institution" VARCHAR,
"location" VARCHAR,
"continent" VARCHAR,
"founded" VARCHAR,
"affiliation" VARCHAR,
"distance_in_person" VARCHAR,
"enrollment" BIGINT
);
Anyone who has the link will be able to view this.