GDP Of European Countries
Belgium, France, Germany, Italy, Poland, Spain
@kaggle.samuelcortinhas_gdp_of_european_countries
Belgium, France, Germany, Italy, Poland, Spain
@kaggle.samuelcortinhas_gdp_of_european_countries
CREATE TABLE gdp_per_capita_table (
"year" BIGINT,
"belgium" BIGINT,
"france" BIGINT,
"germany" BIGINT,
"italy" BIGINT,
"poland" BIGINT,
"spain" BIGINT
);
CREATE TABLE gdp_table (
"year" BIGINT,
"belgium" BIGINT,
"france" BIGINT,
"germany" BIGINT,
"italy" BIGINT,
"poland" BIGINT,
"spain" BIGINT
);
Anyone who has the link will be able to view this.