Algerian Provinces By Population
Province Population data from Census 1987,1998 and 2008
@kaggle.abdelhadik_algerian_provinces_by_population
Province Population data from Census 1987,1998 and 2008
@kaggle.abdelhadik_algerian_provinces_by_population
CREATE TABLE provincepopulation (
"n__province" VARCHAR,
"n__1987" BIGINT,
"n__1998" BIGINT,
"n__2008" BIGINT
);
Anyone who has the link will be able to view this.